Created
December 15, 2014 19:00
-
-
Save oehme/2716dbddd2b2e5f98958 to your computer and use it in GitHub Desktop.
This file contains 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 { | |
id 'java' | |
id 'com.github.oehme.sobula.bintray-release' version '0.4.1' | |
} | |
group = "my.group.id" | |
description = "My really cool project" | |
contacts { | |
"[email protected]" { | |
moniker "My Name" | |
roles "owner" | |
github "myGithubUsername" | |
} | |
} | |
bintray.user = "myBintrayUsernam" | |
bintray.pkg.version.mavenCentralSync.user = "mySonatypeUsername" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment