PMD optimizations.
This commit is contained in:
parent
4c66bf6299
commit
5683ff853c
8 changed files with 70 additions and 18 deletions
|
@ -69,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 = false
|
||||
dryRun = true
|
||||
pkg {
|
||||
repo = 'maven'
|
||||
name = mavenName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue