Skip to content

Commit c8ae9dc

Browse files
authored
Merge pull request #68 from modelix/disable-all-plublication
disabled the "org.modelix:all" publication
2 parents a239fb6 + dccba4b commit c8ae9dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

metamodel-export-mps/build.gradle.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.modelix.gradle.mpsbuild.MPSBuildSettings
22

33
plugins {
44
base
5-
id("org.modelix.mpsbuild") version "1.0.8"
5+
id("org.modelix.mpsbuild") version "1.0.10"
66
}
77

88
val generatorLibs by configurations.creating
@@ -32,6 +32,7 @@ extensions.configure<MPSBuildSettings> {
3232
dependsOn(copyLibs)
3333
mpsVersion("2021.1.4")
3434
search(".")
35+
disableParentPublication()
3536

3637
publication("metamodel-export-mps") {
3738
module("org.modelix.metamodel.export")

0 commit comments

Comments
 (0)