File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ publishing {
5858 url = isReleaseVersion ? releasesRepoUrl : snapshotsRepoUrl
5959 credentials { // Credentials usually kept in user's .gradle/gradle.properties
6060 // We must defensively check for these properties so Travis CI build works
61- username = project. hasProperty(' ossrhUsername ' ) ? ossrhUsername : ' unknown'
62- password = project. hasProperty(' ossrhPassword ' ) ? ossrhPassword : ' unknown'
61+ username = project. hasProperty(' ossrhToken ' ) ? ossrhToken : ' unknown'
62+ password = project. hasProperty(' ossrhTokenPassword ' ) ? ossrhTokenPassword : ' unknown'
6363 }
6464 }
6565 }
Original file line number Diff line number Diff line change 11# Note that Maven- and signing-related properties are in <maven-home>/gradle.properties
22javaLanguageVersion =8
3- version =3.3.2 -SNAPSHOT
3+ version =3.4.0 -SNAPSHOT
44
55# Ugh, see https://github.com/gradle/gradle/issues/11308
66systemProp.org.gradle.internal.publish.checksums.insecure =true
You can’t perform that action at this time.
0 commit comments