File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed
Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,16 @@ if (project.hasProperty("forceCI")) {
4141
4242def forceLocal = project. hasProperty(" forceLocalDependencies" )
4343
44- def major = " 9999"
45- def minor = " 9"
44+ def major = ' 2025'
45+ def minor = ' 1'
46+ def bugfix = ' '
4647
4748// Dependency versions
4849
50+ ext. mpsVersion = " $major . $minor " + (bugfix ? " .$bugfix " : ' ' )
4951
50-
51- ext. mpsVersion = " 251.25410.10152"
5252def mpsQAVersion = " $major . $minor +"
5353
54-
5554// if building a against a special branch from mbeddr is required add the name here
5655// the name is enough no trailing "." is required, also the plain name from git can
5756// be used here. No need to convert "/" the script will take care of that.
@@ -119,9 +118,7 @@ configurations {
119118}
120119
121120dependencies {
122- // For a release version of MPS, use this dependency:
123- // mps "com.jetbrains:mps:$mpsBuild"
124- mps " com.jetbrains.mps:mps-prerelease:$mpsVersion "
121+ mps " com.jetbrains:mps:$mpsVersion "
125122 rerunMigrationsBackend(" de.itemis.mps.build-backends:remigrate:0.2.0.+" )
126123 languageLibs " org.mpsqa:all-in-one:$mpsQAVersion "
127124 languageLibs " com.mbeddr:platform:$mbeddrVersion "
You can’t perform that action at this time.
0 commit comments