mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
13 lines
280 B
Groovy
13 lines
280 B
Groovy
/*
|
|
* Base project version and versions of common dependencies.
|
|
*/
|
|
|
|
version = '2.17.0-SNAPSHOT'
|
|
|
|
ext.versions = [
|
|
'xtext': version,
|
|
'xtext_bootstrap': '2.17.0.M2',
|
|
'gradle_plugins': '0.1.0',
|
|
'xtext_gradle_plugin': '2.0.4',
|
|
'dependency_management_plugin' : '1.0.6.RELEASE'
|
|
]
|