Skip to content

Commit

Permalink
Remove modelix dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nkoester committed Nov 13, 2024
1 parent 4c09cc2 commit 07e1ea3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ buildscript {
plugins {
id("maven-publish")
id("download-jbr") version "1.5.269.964f94a"
id("org.modelix.mps.build-tools") version "1.0.10-3-g7dcb0d3.dirty-SNAPSHOT"
}

repositories {
Expand Down Expand Up @@ -185,7 +184,7 @@ val packageMpsPlugin by tasks.registering(Zip::class) {
dependsOn(buildLanguages)
archiveFileName.set(Versions.groupID + "." + Versions.artifactID + "." + Versions.buildVerison + ".zip")

from(file("build/artifacts/de.doge.dot.build"))
from(file("build/artifacts/de.doge.mps.dot.build"))
destinationDirectory.set(publishDir)
}

Expand Down

0 comments on commit 07e1ea3

Please sign in to comment.