Skip to content

Commit

Permalink
sign natives
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Ski committed May 11, 2022
1 parent 2be2e3c commit c8cdf57
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion publish.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ configure([
signing {
useGpgCmd()
sign publishing.publications.mavenJava

if(project.tasks.findByName('jnigen'))
sign publishing.publications.mavenPlatform
}

//Simply using "required" in signing block doesn't work because taskGraph isn't ready yet.
Expand All @@ -127,4 +130,4 @@ configure([
}
}
}
}
}

0 comments on commit c8cdf57

Please sign in to comment.