Skip to content

Commit

Permalink
Sign published artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
str4d committed May 20, 2019
1 parent 856fddc commit da675c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
`java-library`
`maven-publish`
signing
jacoco
id("me.champeau.gradle.jmh") version "0.4.8"
}
Expand Down Expand Up @@ -113,6 +114,10 @@ publishing {
}
}

signing {
sign(publishing.publications["mavenJava"])
}

tasks.jacocoTestReport {
reports {
xml.isEnabled = true
Expand Down

0 comments on commit da675c4

Please sign in to comment.