Skip to content

Commit c412720

Browse files
authored
Merge pull request #1050 from IETS3/bugfix/fixMpsQAVersion
gradle: fixed mps-qa version
2 parents 13a5a71 + 34965b3 commit c412720

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def minor = "2"
6060
ext.mpsVersion = '2022.2.3'
6161

6262
def mbeddrVersion = "2022.2+"
63+
def mpsQAVersion = "$major.$minor+"
6364

6465
// if building a against a special branch from mbeddr is required add the name here
6566
// the name is enough no trailing "." is required, also the plain name from git can
@@ -132,7 +133,7 @@ configurations {
132133

133134
dependencies {
134135
mps "com.jetbrains:mps:$mpsVersion"
135-
languageLibs "org.mpsqa:all-in-one:$mpsVersion+"
136+
languageLibs "org.mpsqa:all-in-one:$mpsQAVersion"
136137
languageLibs "com.mbeddr:platform:$mbeddrVersionSelector"
137138
junitAnt 'org.apache.ant:ant-junit:1.10.6'
138139
pcollections 'org.pcollections:pcollections:4.0.1'

0 commit comments

Comments
 (0)