Skip to content

Commit

Permalink
Fix task name after Gradle update
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-kraemer committed Jan 6, 2018
1 parent 0aa5f24 commit bf2daea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -184,9 +184,10 @@ artifacts {
archives packageSources
}


// sign all artifacts
signing {
required { !version.endsWith('SNAPSHOT') && gradle.taskGraph.hasTask('uploadArchives') }
required { !version.endsWith('SNAPSHOT') && gradle.taskGraph.hasTask(':uploadArchives') }
sign configurations.archives
}

Expand Down

0 comments on commit bf2daea

Please sign in to comment.