mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
use xtext-gradle-plugin 2.0.8
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
b159d985b4
commit
bc96643168
7 changed files with 7 additions and 7 deletions
|
@ -8,6 +8,6 @@ ext.versions = [
|
|||
'xtext': version,
|
||||
'xtext_bootstrap': '2.20.0.M1',
|
||||
'gradle_plugins': '0.1.0',
|
||||
'xtext_gradle_plugin': '2.0.7',
|
||||
'xtext_gradle_plugin': '2.0.8',
|
||||
'dependency_management_plugin' : '1.0.8.RELEASE'
|
||||
]
|
||||
|
|
|
@ -3,7 +3,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.xtext:xtext-gradle-plugin:2.0.7'
|
||||
classpath 'org.xtext:xtext-gradle-plugin:2.0.8'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.xtext:xtext-gradle-plugin:2.0.7'
|
||||
classpath 'org.xtext:xtext-gradle-plugin:2.0.8'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.xtext:xtext-gradle-plugin:2.0.7'
|
||||
classpath 'org.xtext:xtext-gradle-plugin:2.0.8'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@ buildscript {
|
|||
mavenCentral()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.xtext:xtext-gradle-plugin:2.0.7'
|
||||
classpath 'org.xtext:xtext-gradle-plugin:2.0.8'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ class XtextVersion {
|
|||
}
|
||||
|
||||
def getXtextGradlePluginVersion() {
|
||||
'2.0.7'
|
||||
'2.0.8'
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -51,7 +51,7 @@ public class XtextVersion {
|
|||
}
|
||||
|
||||
public String getXtextGradlePluginVersion() {
|
||||
return "2.0.7";
|
||||
return "2.0.8";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue