First bintray beta release.

This commit is contained in:
Erik C. Thauvin 2016-01-24 23:49:16 -08:00
parent 3a7edb4fc2
commit a0786cbf1f
4 changed files with 50 additions and 6 deletions

View file

@ -40,7 +40,6 @@ version = getVersion()
def deployDir = 'deploy'
def isRelease = 'release' in gradle.startParameter.taskNames
def mavenGroupId = 'net.thauvin.erik'
def mavenName = 'SemVer'
def mavenDescription = 'Semantic Version Annotation Processor'
@ -70,7 +69,7 @@ bintray {
user = project.hasProperty('bintrayUser') ? project.property('bintrayUser') : System.getenv('BINTRAY_USER')
key = project.hasProperty('bintrayApiKey') ? project.property('bintrayApiKey') : System.getenv('BINTRAY_API_KEY')
publications = ['MyPublication']
dryRun = true
dryRun = false
pkg {
repo = 'maven'
name = mavenName