Skip to content

Commit 698c7ac

Browse files
committed
use MPS 2025.1 release for build
1 parent bc1f930 commit 698c7ac

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

build.gradle

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,16 @@ if (project.hasProperty("forceCI")) {
4141

4242
def 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"
5252
def 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

121120
dependencies {
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"

0 commit comments

Comments
 (0)