Skip to content

Commit

Permalink
attempt to fix test failure in headless mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dslmeinte committed Dec 19, 2023
1 parent 4b0770d commit 6f31fc7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,15 @@ publishing {
register<MavenPublication>("mpsPlugin") {
from(components["mps"])
groupId = "io.lionweb.lionweb-mps"
val concatenatedAritfact = "lionweb-mps-$mpsVersionSuffix-lw$lionwebRelease"
artifactId = concatenatedAritfact
val concatenatedArtifact = "lionweb-mps-$mpsVersionSuffix-lw$lionwebRelease"
artifactId = concatenatedArtifact
artifact(tasks.getByName("sourcesJar"))
artifact(tasks.getByName("javadocJar"))
// Put resolved versions of dependencies into POM files -- uncomment as soon as we have any dependencies
versionMapping { usage("java-runtime") { fromResolutionOf("generation") } }

pom {
name.set(concatenatedAritfact)
name.set(concatenatedArtifact)
description.set("MPS APIs for the LionWeb system for MPS $mpsVersionSuffix, LionWeb release $lionwebRelease")
version = releaseVersion
packaging = "zip"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1965,7 +1965,7 @@
<node concept="3Tm6S6" id="4R9posqbnwC" role="1B3o_S" />
<node concept="10Oyi0" id="4R9posqbopT" role="1tU5fm" />
<node concept="2nou5x" id="4R9posqbpjr" role="33vP2m">
<property role="2noCCI" value="1000000" />
<property role="2noCCI" value="000100" />
</node>
</node>
<node concept="2tJIrI" id="5wsogBcuZsN" role="jymVt" />
Expand Down

0 comments on commit 6f31fc7

Please sign in to comment.