Skip to content

Commit

Permalink
Update signing properties (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbabcoc authored Mar 7, 2022
1 parent d673c98 commit ec2a02a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,6 @@ artifacts {
archives tasks['javadocJar']
}

signing {
sign configurations.archives
}

publishing {
publications {
mavenJava(MavenPublication) {
Expand Down Expand Up @@ -179,6 +175,10 @@ publishing {
}
}

signing {
sign publishing.publications.mavenJava
}

task install {
dependsOn publishToMavenLocal
group publishToMavenLocal.group
Expand Down

0 comments on commit ec2a02a

Please sign in to comment.