File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,10 @@ if (System.env.CI != null && System.env.CI.toBoolean()) {
29
29
ext. ciBuild = project. hasProperty(" teamcity" )
30
30
}
31
31
32
- // Project versions
33
- ext. major = ' 9999'
34
- ext. minor = ' 9'
32
+ ext. major = ' 2025'
33
+ ext. minor = ' 1'
34
+ ext. bugfix = ' '
35
+ ext. mpsVersion = ext. major + ' .' + ext. minor + (ext. bugfix ? ' .' + ext. bugfix : ' ' )
35
36
36
37
if (ciBuild) {
37
38
String branch = GitBasedVersioning . gitBranch
@@ -62,9 +63,8 @@ configurations {
62
63
}
63
64
64
65
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'
66
+ mps ' com.jetbrains:mps:$mpsVersion'
67
+
68
68
antLib " org.apache.ant:ant-junit:1.10.15"
69
69
antLib " org.jacoco:org.jacoco.ant:0.8.13"
70
70
You can’t perform that action at this time.
0 commit comments