[eclipse/xtext#2034] bump xtext-gradle-plugin

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
Christian Dietrich 2022-02-08 13:26:08 +01:00
parent afb54c0bdf
commit 3abc5ac122
6 changed files with 7 additions and 7 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,5 +1,5 @@
/**
* Copyright (c) 2015, 2021 itemis AG (http://www.itemis.eu) and others.
* Copyright (c) 2015, 2022 itemis AG (http://www.itemis.eu) and others.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
@ -45,7 +45,7 @@ public class XtextVersion {
}
public String getXtextGradlePluginVersion() {
return "3.0.0";
return "3.0.1";
}
/**