File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 15
15
*/
16
16
17
17
import GraphLang.L_GraphLang
18
+ import jetbrains.mps.lang.core.L_jetbrains_mps_lang_core
18
19
import org.modelix.model.server.Main
19
20
20
21
buildscript {
@@ -90,6 +91,7 @@ modelSync {
90
91
dependsOn(copyTestRepo)
91
92
direction(" testPush" ) {
92
93
registerLanguage(L_GraphLang )
94
+ registerLanguage(L_jetbrains_mps_lang_core )
93
95
includeModule(" GraphSolution" )
94
96
fromLocal {
95
97
mpsHome = mpsDir
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
`maven- publish`
4
4
}
5
5
6
- val mpsVersion = project.findProperty(" mps.version" )?.toString().takeIf { ! it.isNullOrBlank() } ? : " 2020.3.6 "
6
+ val mpsVersion = project.findProperty(" mps.version" )?.toString().takeIf { ! it.isNullOrBlank() } ? : " 2021.1.4 "
7
7
8
8
dependencies {
9
9
api(project(" :model-api" ))
Original file line number Diff line number Diff line change @@ -3,13 +3,15 @@ plugins {
3
3
id(" org.jetbrains.intellij" ) version " 1.15.0"
4
4
}
5
5
6
+ val mpsVersion = " 2021.1.4"
7
+
6
8
dependencies {
7
9
implementation(project(" :model-server-lib" ))
8
10
implementation(project(" :mps-model-adapters" ))
9
- compileOnly(" com.jetbrains:mps-openapi:2021.1.4 " )
10
- compileOnly(" com.jetbrains:mps-core:2021.1.4 " )
11
- compileOnly(" com.jetbrains:mps-environment:2021.1.4 " )
12
- compileOnly(" com.jetbrains:mps-platform:2021.1.4 " )
11
+ compileOnly(" com.jetbrains:mps-openapi:$mpsVersion " )
12
+ compileOnly(" com.jetbrains:mps-core:$mpsVersion " )
13
+ compileOnly(" com.jetbrains:mps-environment:$mpsVersion " )
14
+ compileOnly(" com.jetbrains:mps-platform:$mpsVersion " )
13
15
}
14
16
15
17
// Configure Gradle IntelliJ Plugin
You can’t perform that action at this time.
0 commit comments