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 14
14
* limitations under the License.
15
15
*/
16
16
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')) {
19
20
20
21
subprojects {
21
22
plugins. withId(' com.jfrog.bintray' ) {
@@ -47,10 +48,10 @@ if (project.hasProperty('bintrayUser') && project.hasProperty('bintrayKey') &&
47
48
sign = true
48
49
}
49
50
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
+ // }
54
55
}
55
56
}
56
57
}
You can’t perform that action at this time.
0 commit comments