Skip to content

Commit

Permalink
add mps version independent plugin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuster23 committed May 14, 2024
1 parent a594f17 commit aca0e5e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,13 @@ dependencies {
api(libs.modelix.incremental.js)
api(libs.modelix.incremental.jvm)

//mps plugins
api(libs.modelix.mps.diff.plugin)
api(libs.modelix.mps.generator.execution.plugin)
api(libs.modelix.mps.legacy.sync.plugin)
api(libs.modelix.mps.sync.plugin.lib)
api(libs.modelix.mps.sync.plugin)

}
}

Expand Down
7 changes: 7 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
core = "3.12.1"
incremental = "0.2.0"
buildTools = "1.1.0"
mpsPlugins = "0.7.0"

[libraries]
modelix-authorization = { group = "org.modelix", name = "authorization", version.ref = "core"}
Expand Down Expand Up @@ -65,3 +66,9 @@ modelix-incremental-jvm = { group = "org.modelix", name = "incremental-jvm", ver
modelix-build-tools-lib = { group = "org.modelix.mps", name = "build-tools-lib", version.ref = "buildTools" }
modelix-build-tools-gradle = { group = "org.modelix.mps", name = "build-tools-gradle", version.ref = "buildTools" }
modelix-build-tools-plugin = { group = "org.modelix.mps.build-tools", name = "org.modelix.mps.build-tools.gradle.plugin", version.ref = "buildTools"}

modelix-mps-diff-plugin = { group = "org.modelix.mps", name = "diff-plugin", version.ref = "mpsPlugins" }
modelix-mps-generator-execution-plugin = { group = "org.modelix.mps", name = "generator-execution-plugin", version.ref = "mpsPlugins" }
modelix-mps-legacy-sync-plugin = { group = "org.modelix.mps", name = "legacy-sync-plugin", version.ref = "mpsPlugins" }
modelix-mps-sync-plugin-lib = { group = "org.modelix.mps", name = "sync-plugin-lib", version.ref = "mpsPlugins" }
modelix-mps-sync-plugin = { group = "org.modelix.mps", name = "sync-plugin", version.ref = "mpsPlugins" }

0 comments on commit aca0e5e

Please sign in to comment.