Skip to content

Commit dccba4b

Browse files
committed
chore: disabled the "org.modelix:all" publication
It was automatically generated by the mpsbuild plugin, but is not required and was never used.
1 parent a239fb6 commit dccba4b

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)