Skip to content

Commit

Permalink
[fix] fix signing task for publishing to maven
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalkapasi committed Feb 28, 2023
1 parent c778955 commit fe3c7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ java {
}

signing {
sign configurations.archives
sign publishing.publications
}

group = "com.devcycle"
Expand Down

0 comments on commit fe3c7e5

Please sign in to comment.