update to xtext-gradle-plugin 3.0.2

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2022-03-16 13:02:03 +01:00
parent 3f2aaf61c2
commit cb22ff1dab
6 changed files with 6 additions and 6 deletions

View file

@ -7,5 +7,5 @@ version = '2.27.0-SNAPSHOT'
ext.versions = [
'xtext': version,
'xtext_bootstrap': '2.26.0',
'xtext_gradle_plugin': '3.0.1'
'xtext_gradle_plugin': '3.0.2'
]

View file

@ -4,7 +4,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath 'org.xtext:xtext-gradle-plugin:3.0.1'
classpath 'org.xtext:xtext-gradle-plugin:3.0.2'
}
}

View file

@ -4,7 +4,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath 'org.xtext:xtext-gradle-plugin:3.0.1'
classpath 'org.xtext:xtext-gradle-plugin:3.0.2'
}
}

View file

@ -4,7 +4,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath 'org.xtext:xtext-gradle-plugin:3.0.1'
classpath 'org.xtext:xtext-gradle-plugin:3.0.2'
}
}

View file

@ -4,7 +4,7 @@ buildscript {
gradlePluginPortal()
}
dependencies {
classpath 'org.xtext:xtext-gradle-plugin:3.0.1'
classpath 'org.xtext:xtext-gradle-plugin:3.0.2'
}
}

View file

@ -45,7 +45,7 @@ public class XtextVersion {
}
public String getXtextGradlePluginVersion() {
return "3.0.1";
return "3.0.2";
}
/**