Created
October 28, 2019 16:43
-
-
Save entzik/f44ba12a13a1d477a2e56478207070b8 to your computer and use it in GitHub Desktop.
gradle plugins required for maven publishing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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