mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[eclipse/xtext#1490] Bump xtext-gradle-plugin to 2.0.5
Signed-off-by: Nico Prediger <mail@nicoprediger.de>
This commit is contained in:
parent
834aea1e48
commit
8c31636027
7 changed files with 7 additions and 7 deletions
|
@ -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'
|
||||
]
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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'
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@ class XtextVersion {
|
|||
}
|
||||
|
||||
def getXtextGradlePluginVersion() {
|
||||
'2.0.4'
|
||||
'2.0.5'
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -51,7 +51,7 @@ public class XtextVersion {
|
|||
}
|
||||
|
||||
public String getXtextGradlePluginVersion() {
|
||||
return "2.0.4";
|
||||
return "2.0.5";
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue