We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31eaa2 commit 90db709Copy full SHA for 90db709
build.gradle
@@ -29,9 +29,7 @@ if (System.env.CI != null && System.env.CI.toBoolean()) {
29
ext.ciBuild = project.hasProperty("teamcity")
30
}
31
32
-// Project versions
33
-ext.major = '9999'
34
-ext.minor = '9'
+ext.mpsVersion = '2025.1'
35
36
if (ciBuild) {
37
String branch = GitBasedVersioning.gitBranch
@@ -62,9 +60,8 @@ configurations {
62
60
63
61
64
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'
+ mps 'com.jetbrains:mps:$mpsVersion'
+
68
antLib "org.apache.ant:ant-junit:1.10.15"
69
antLib "org.jacoco:org.jacoco.ant:0.8.13"
70
0 commit comments