Skip to content

Commit d3b0f82

Browse files
committed
updated build to MPS 2021.1.1
- added new .mps-caches to gitignore - don't ignore libraries.xml (eliminates the need to run setup after a clean build)
1 parent aeb497e commit d3b0f82

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ code/languages/*/*.iws
5050
code/languages/*/build.properties
5151
code/languages/*/TEST*.xml
5252
code/languages/org.iets3.core/build/tmp
53-
code/languages/org.iets3.opensource/.mps/libraries.xml
53+
.mps-caches
5454

5555
# -----------------------------------------------------------
5656
# GRADLE

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def major = "2021"
6363
def minor = "1"
6464

6565
// Dependency versions
66-
ext.mpsVersion = '2021.1'
66+
ext.mpsVersion = '2021.1.1'
6767

6868
def mbeddrVersion = "2021.1+"
6969

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<project version='4'>
2+
<component name='ProjectLibraryManager'>
3+
<option name='libraries'>
4+
<map>
5+
<entry key='mbeddr.plattform'>
6+
<value>
7+
<Library>
8+
<option name='name' value='mbeddr.plattform' />
9+
<option name='path' value='$PROJECT_DIR$/../../../build/dependencies/com.mbeddr.platform' />
10+
</Library>
11+
</value>
12+
</entry>
13+
</map>
14+
</option>
15+
</component>
16+
</project>

0 commit comments

Comments
 (0)