xtext-core/gradle/versions.gradle
Christian Dietrich b640cb17ac Fix build to work with Xtext plugin 3.0.0
The new plugin adds its output directories to the original java.srcDirs
(instead of waiting until later with `afterEvaluate`). If we overwrite
that collection with our own, we need to add the Xtend output dir ourselves.
2021-10-21 16:56:36 +02:00

11 lines
201 B
Groovy

/*
* Base project version and versions of common dependencies.
*/
version = '2.26.0-SNAPSHOT'
ext.versions = [
'xtext': version,
'xtext_bootstrap': '2.26.0.M2',
'xtext_gradle_plugin': '3.0.0'
]