File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- if (project. hasProperty(' bintrayUser' ) && project. hasProperty(' bintrayKey' ) &&
18- project. hasProperty(' sonatypeUsername' ) && project. hasProperty(' sonatypePassword' )) {
17+ if (project. hasProperty(' bintrayUser' ) && project. hasProperty(' bintrayKey' )) {
18+ // &&
19+ // project.hasProperty('sonatypeUsername') && project.hasProperty('sonatypePassword')) {
1920
2021 subprojects {
2122 plugins. withId(' com.jfrog.bintray' ) {
@@ -47,10 +48,10 @@ if (project.hasProperty('bintrayUser') && project.hasProperty('bintrayKey') &&
4748 sign = true
4849 }
4950
50- mavenCentralSync {
51- user = project. property(' sonatypeUsername' )
52- password = project. property(' sonatypePassword' )
53- }
51+ // mavenCentralSync {
52+ // user = project.property('sonatypeUsername')
53+ // password = project.property('sonatypePassword')
54+ // }
5455 }
5556 }
5657 }
You can’t perform that action at this time.
0 commit comments