update xtext-gradle-plugin to 2.1.0 in wizard

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2021-08-29 12:20:49 +02:00
parent 2d36ed6886
commit c3ccb22964
5 changed files with 5 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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

View file

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