Skip to content

Commit

Permalink
Changed mps dependencies and mbeddr.cpp version in build.gradle and g…
Browse files Browse the repository at this point in the history
…radle.properties
  • Loading branch information
conquj committed Mar 4, 2024
1 parent c544bc8 commit b06056b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ configurations {
}

dependencies {
mps "com.jetbrains:mps:2021.1.+"
languageLibs "com.mbeddr:mbeddr:2021.1.+"
mps "com.jetbrains:mps:2021.2.+"
languageLibs "com.mbeddr:mbeddr:2021.2.+"
junitAnt 'org.apache.ant:ant-junit:1.10.6'
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mbeddrCppVersion = 2021.1
mbeddrCppVersion = 2021.2
systemProp.org.gradle.internal.http.connectionTimeout=180000
systemProp.org.gradle.internal.http.socketTimeout=180000
3 changes: 1 addition & 2 deletions scripts/allScripts.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@

<path id="path.mps.ant.path">
<pathelement location="${artifacts.mps}/lib/ant/lib/ant-mps.jar" />
<pathelement location="${artifacts.mps}/lib/jdom.jar" />
<pathelement location="${artifacts.mps}/lib/log4j.jar" />
<pathelement location="${artifacts.mps}/lib/util.jar" />
</path>

<target name="assemble" depends="classes, declare-mps-tasks">
Expand Down

0 comments on commit b06056b

Please sign in to comment.