Skip to content

Commit

Permalink
fix: renamed MPS plugin artifact to projectional-editor-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
slisson committed Mar 21, 2024
1 parent cef691f commit e1fc4ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projectional-editor-ssr-mps/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ group = "org.modelix.mps"
publishing {
publications {
create<MavenPublication>("maven") {
artifactId = "projectional-editor-plugin"
artifact(tasks.buildPlugin) {
extension = "zip"
}
Expand Down

0 comments on commit e1fc4ad

Please sign in to comment.