Skip to content

Instantly share code, notes, and snippets.

@oehme
Created December 15, 2014 19:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oehme/2716dbddd2b2e5f98958 to your computer and use it in GitHub Desktop.
Save oehme/2716dbddd2b2e5f98958 to your computer and use it in GitHub Desktop.
plugins {
id 'java'
id 'com.github.oehme.sobula.bintray-release' version '0.4.1'
}
group = "my.group.id"
description = "My really cool project"
contacts {
"me@mysite.org" {
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