Skip to content

Commit

Permalink
Merge pull request #1283 from modelix/dependabot/gradle/dev.petuska.n…
Browse files Browse the repository at this point in the history
…pm.publish-3.5.1

build(deps): bump dev.petuska.npm.publish from 3.4.3 to 3.5.1
  • Loading branch information
github-actions[bot] authored Jan 2, 2025
2 parents 912f2bb + 5cf1a12 commit e02aa2a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions bulk-model-sync-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@ plugins {
`java-gradle-plugin`
}

tasks.test {
// The tests execute the Gradle build for modelix.core which requires Java 21.
// It requires Java 21 for the Gradle plugin `dev.petuska.npm.publish`.
javaLauncher.set(
javaToolchains.launcherFor {
languageVersion.set(JavaLanguageVersion.of(21))
},
)
}

dependencies {
implementation(project(":model-client", "jvmRuntimeElements"))
implementation(project(":bulk-model-sync-lib"))
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ modelix-mps-buildtools = { id = "org.modelix.mps.build-tools", version.ref = "mo
dokka = {id = "org.jetbrains.dokka", version.ref = "dokka"}
node = {id = "com.github.node-gradle.node", version = "7.1.0"}
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detekt" }
npm-publish = { id = "dev.petuska.npm.publish", version = "3.4.3" }
npm-publish = { id = "dev.petuska.npm.publish", version = "3.5.1" }
test-logger = { id = "com.adarshr.test-logger", version = "4.0.0" }
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
intellij = { id = "org.jetbrains.intellij", version = "1.17.4" }
Expand Down

0 comments on commit e02aa2a

Please sign in to comment.