Skip to content

Commit

Permalink
Merge pull request #172 from modelix/chore/remove-specificlanguages-m…
Browse files Browse the repository at this point in the history
…ps-plugin

build(metamodel-api-ts): remove specificlanguages.mps Gradle plugin
  • Loading branch information
odzhychko authored Nov 8, 2023
2 parents 613e082 + 142a706 commit 64c672f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
alias(libs.plugins.kotlin.jvm) apply false
alias(libs.plugins.kotlin.kapt) apply false
alias(libs.plugins.specificlanguages.mps) apply false
alias(libs.plugins.node.gradle) apply false
// we use the java plugin so that we can use the implementation in the
// subprojects block to declare modelix platform dependencies for all
Expand Down
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# MPS
mpsBase = "2021.2.6"
mpsExtensions = "2021.2.2569.a5e1b8d"
specificlanguagesMps = "1.5.0"
mpsGradlePlugin = "1.7.288.4ea765f"

# modelix
Expand Down Expand Up @@ -76,7 +75,6 @@ logback-classic = { group = "ch.qos.logback", name = "logback-classic", version.

[plugins]
# MPS/modelix
specificlanguages-mps = {id = "com.specificlanguages.mps", version.ref = "specificlanguagesMps"}
itemis-mps-gradle-common = { id = "de.itemis.mps.gradle.common", version.ref = "mpsBase" }
modelix-model-api-gen = { id = "org.modelix.model-api-gen", version.ref = "modelixCore" }

Expand Down

0 comments on commit 64c672f

Please sign in to comment.