Skip to content

Commit

Permalink
signing after evaluate
Browse files Browse the repository at this point in the history
  • Loading branch information
nulls committed Sep 26, 2023
1 parent 3f06488 commit 6c06fe1
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ fun Project.configurePublishing() {
}
configurePublications()

configureSigning()
afterEvaluate {
configureSigning()
}
}

/**
Expand Down

0 comments on commit 6c06fe1

Please sign in to comment.