Skip to content

Commit 98079e3

Browse files
committed
build: rename .metamodel-export-mps to metamodel-export including gradle pluginID
also change the package from `org.modelix` to `org.modelix.mps`
1 parent f795086 commit 98079e3

File tree

11 files changed

+6
-3
lines changed

11 files changed

+6
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

metamodel-export-mps/build.gradle.kts renamed to metamodel-export/build.gradle.kts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ plugins {
55
id("org.modelix.mps.build-tools") version "1.0.11"
66
}
77

8+
group = "org.modelix.mps"
9+
810
val generatorLibs by configurations.creating
911

1012
dependencies {
@@ -34,7 +36,8 @@ extensions.configure<MPSBuildSettings> {
3436
search(".")
3537
disableParentPublication()
3638

37-
publication("metamodel-export-mps") {
39+
40+
publication("metamodel-export") {
3841
module("org.modelix.metamodel.export")
3942
}
4043
}
File renamed without changes.
File renamed without changes.
File renamed without changes.

model-api-gen-gradle/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ testing {
7777
implementation(project(":model-api-gen-gradle"))
7878
implementation(project(":model-api"))
7979
implementation(project(":model-api-gen"))
80-
implementation(project(":metamodel-export-mps"))
80+
implementation(project(":metamodel-export"))
8181
}
8282

8383
targets {

0 commit comments

Comments
 (0)