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.
2 parents 13a5a71 + 34965b3 commit c412720Copy full SHA for c412720
build.gradle
@@ -60,6 +60,7 @@ def minor = "2"
60
ext.mpsVersion = '2022.2.3'
61
62
def mbeddrVersion = "2022.2+"
63
+def mpsQAVersion = "$major.$minor+"
64
65
// if building a against a special branch from mbeddr is required add the name here
66
// the name is enough no trailing "." is required, also the plain name from git can
@@ -132,7 +133,7 @@ configurations {
132
133
134
dependencies {
135
mps "com.jetbrains:mps:$mpsVersion"
- languageLibs "org.mpsqa:all-in-one:$mpsVersion+"
136
+ languageLibs "org.mpsqa:all-in-one:$mpsQAVersion"
137
languageLibs "com.mbeddr:platform:$mbeddrVersionSelector"
138
junitAnt 'org.apache.ant:ant-junit:1.10.6'
139
pcollections 'org.pcollections:pcollections:4.0.1'
0 commit comments