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 a239fb6 + dccba4b commit c8ae9dcCopy full SHA for c8ae9dc
metamodel-export-mps/build.gradle.kts
@@ -2,7 +2,7 @@ import org.modelix.gradle.mpsbuild.MPSBuildSettings
2
3
plugins {
4
base
5
- id("org.modelix.mpsbuild") version "1.0.8"
+ id("org.modelix.mpsbuild") version "1.0.10"
6
}
7
8
val generatorLibs by configurations.creating
@@ -32,6 +32,7 @@ extensions.configure<MPSBuildSettings> {
32
dependsOn(copyLibs)
33
mpsVersion("2021.1.4")
34
search(".")
35
+ disableParentPublication()
36
37
publication("metamodel-export-mps") {
38
module("org.modelix.metamodel.export")
0 commit comments