Skip to content

Commit

Permalink
fixed publication to local plugin repository
Browse files Browse the repository at this point in the history
  • Loading branch information
dorav committed Dec 12, 2023
1 parent 4da8746 commit 2a81b79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions hibernate-provider/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@ publishing {
}
}

tasks.withType<AbstractPublishToMaven>().configureEach {
val signingTasks = tasks.withType<Sign>()
mustRunAfter(signingTasks)
}

tasks.test {
useJUnitPlatform()
}

0 comments on commit 2a81b79

Please sign in to comment.