Skip to content

Commit 90db709

Browse files
committed
use MPS 2025.1 release for build
1 parent c31eaa2 commit 90db709

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

build.gradle

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ if (System.env.CI != null && System.env.CI.toBoolean()) {
2929
ext.ciBuild = project.hasProperty("teamcity")
3030
}
3131

32-
// Project versions
33-
ext.major = '9999'
34-
ext.minor = '9'
32+
ext.mpsVersion = '2025.1'
3533

3634
if (ciBuild) {
3735
String branch = GitBasedVersioning.gitBranch
@@ -62,9 +60,8 @@ configurations {
6260
}
6361

6462
dependencies {
65-
// Use the following dependency for published releases:
66-
// mps 'com.jetbrains:mps:2024.3'
67-
mps 'com.jetbrains.mps:mps-prerelease:251.23774.10102'
63+
mps 'com.jetbrains:mps:$mpsVersion'
64+
6865
antLib "org.apache.ant:ant-junit:1.10.15"
6966
antLib "org.jacoco:org.jacoco.ant:0.8.13"
7067

0 commit comments

Comments
 (0)