[eclipse/xtext#1490] Bump xtext-gradle-plugin to 2.0.5

Signed-off-by: Nico Prediger <mail@nicoprediger.de>
This commit is contained in:
Nico Prediger 2019-06-18 15:59:44 +02:00
parent 834aea1e48
commit 8c31636027
7 changed files with 7 additions and 7 deletions

View file

@ -8,6 +8,6 @@ ext.versions = [
'xtext': version,
'xtext_bootstrap': '2.18.0',
'gradle_plugins': '0.1.0',
'xtext_gradle_plugin': '2.0.4',
'xtext_gradle_plugin': '2.0.5',
'dependency_management_plugin' : '1.0.7.RELEASE'
]

View file

@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.xtext:xtext-gradle-plugin:2.0.4'
classpath 'org.xtext:xtext-gradle-plugin:2.0.5'
}
}

View file

@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.xtext:xtext-gradle-plugin:2.0.4'
classpath 'org.xtext:xtext-gradle-plugin:2.0.5'
}
}

View file

@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.xtext:xtext-gradle-plugin:2.0.4'
classpath 'org.xtext:xtext-gradle-plugin:2.0.5'
}
}

View file

@ -3,7 +3,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath 'org.xtext:xtext-gradle-plugin:2.0.4'
classpath 'org.xtext:xtext-gradle-plugin:2.0.5'
}
}

View file

@ -27,7 +27,7 @@ class XtextVersion {
}
def getXtextGradlePluginVersion() {
'2.0.4'
'2.0.5'
}
/**

View file

@ -51,7 +51,7 @@ public class XtextVersion {
}
public String getXtextGradlePluginVersion() {
return "2.0.4";
return "2.0.5";
}
/**