Merge pull request #1827 from eclipse/cd_xtext_issue2034

[eclipse/xtext#2034] bump xtext-gradle-plugin
This commit is contained in:
Christian Dietrich 2022-02-08 14:26:18 +01:00 committed by GitHub
commit 4ab6f15d20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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";
}
/**