Skip to content

Instantly share code, notes, and snippets.

@martinbonnin
Created June 21, 2021 08:38
Show Gist options
  • Save martinbonnin/99843d822d723020564b5761afa3b4ae to your computer and use it in GitHub Desktop.
Save martinbonnin/99843d822d723020564b5761afa3b4ae to your computer and use it in GitHub Desktop.
signing {
useInMemoryPgpKeys(key, passphrase)
val extension = extensions.getByName("publishing") as PublishingExtension
sign(extension.publications)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment