updated xtext gradle plugin to version 2.0.7

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2019-07-04 19:36:04 +02:00
parent 9ef23d2638
commit 6ff22f56b6
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.5',
'xtext_gradle_plugin': '2.0.7',
'dependency_management_plugin' : '1.0.8.RELEASE'
]

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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