Skip to content

Instantly share code, notes, and snippets.

@entzik
Created October 28, 2019 16:43
Show Gist options
  • Save entzik/f44ba12a13a1d477a2e56478207070b8 to your computer and use it in GitHub Desktop.
Save entzik/f44ba12a13a1d477a2e56478207070b8 to your computer and use it in GitHub Desktop.
gradle plugins required for maven publishing
plugins {
// Apply the java-library plugin to add support for Java Library
`java-library`
`maven-publish`
signing
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment