Enabling debug for gradle
This commit is contained in:
parent
9666853ccf
commit
2abeb7c6b0
2 changed files with 3 additions and 3 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
|
@ -9,7 +9,7 @@ pipeline {
|
|||
}
|
||||
|
||||
environment {
|
||||
gradleParams = "-Pversion=1.0.${BUILD_NUMBER}" // --no-daemon
|
||||
gradleParams = "--info -Pversion=1.0.${BUILD_NUMBER}" // --no-daemon
|
||||
}
|
||||
|
||||
stages {
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ publishing {
|
|||
url = project.hasProperty('release') && !version.endsWith('SNAPSHOT') ? releasesRepoUrl : snapshotsRepoUrl
|
||||
|
||||
credentials {
|
||||
username System.getenv('SONATYPE_NEXUS_USERNAME')
|
||||
password System.getenv('SONATYPE_NEXUS_PASSWORD')
|
||||
username System.getenv('mavenCentralUsername')
|
||||
password System.getenv('mavenCentralPassword')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue