Skip to content

Commit

Permalink
chore: signing plugin added
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed Jun 30, 2021
1 parent 10999b4 commit 20fc289
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 @@ -21,6 +21,7 @@ nexusPublishing {
subprojects {
apply plugin: 'scala'
apply plugin: 'java-library'
apply plugin: 'signing'
apply plugin: 'maven-publish'

sourceCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -43,7 +44,6 @@ subprojects {
}

afterEvaluate {

publishing {
publications {
mavenJava(MavenPublication) {
Expand Down

0 comments on commit 20fc289

Please sign in to comment.