Skip to content

Commit

Permalink
Upgrade to Gradle 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Mar 11, 2024
1 parent 9935623 commit 3b94ce2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ subprojects {
apply(plugin = "java")

tasks.matching {
it.name == "publishPluginMavenPublicationToNexusRepository"
}.all { dependsOn(tasks.withType<Sign>()) }
it is AbstractPublishToMaven
}.all {
dependsOn(tasks.withType<Sign>())
}

configure<JavaPluginExtension> {
toolchain {
Expand Down

0 comments on commit 3b94ce2

Please sign in to comment.