mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
use xtext gradle plugin version 1.0.18
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
1c43d3cb55
commit
cafeaec480
4 changed files with 6 additions and 6 deletions
|
@ -3,8 +3,8 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.xtext:xtext-gradle-plugin:1.0.15'
|
||||
classpath 'org.xtext:xtext-idea-gradle-plugin:1.0.15'
|
||||
classpath 'org.xtext:xtext-gradle-plugin:1.0.18'
|
||||
classpath 'org.xtext:xtext-idea-gradle-plugin:1.0.18'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -3,8 +3,8 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'org.xtext:xtext-gradle-plugin:1.0.15'
|
||||
classpath 'org.xtext:xtext-idea-gradle-plugin:1.0.15'
|
||||
classpath 'org.xtext:xtext-gradle-plugin:1.0.18'
|
||||
classpath 'org.xtext:xtext-idea-gradle-plugin:1.0.18'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ class XtextVersion {
|
|||
}
|
||||
|
||||
def getXtextGradlePluginVersion() {
|
||||
'1.0.15'
|
||||
'1.0.18'
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -43,7 +43,7 @@ public class XtextVersion {
|
|||
}
|
||||
|
||||
public String getXtextGradlePluginVersion() {
|
||||
return "1.0.15";
|
||||
return "1.0.18";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue