Skip to content

Commit 1d4fca2

Browse files
authored
Update bintray.gradle
commented sync with maven central
1 parent dee4ee6 commit 1d4fca2

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

bintray.gradle

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
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
}

0 commit comments

Comments
 (0)