Skip to content
This repository was archived by the owner on Jul 12, 2022. It is now read-only.

Commit 13ec531

Browse files
committed
Update publish info
1 parent 54890f6 commit 13ec531

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

android-ui-toolkit/bintray.gradle

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ if (project.hasProperty("android")) {
1616
}
1717

1818
task javadoc(type: Javadoc) {
19+
failOnError false
1920
source = android.sourceSets.main.java.srcDirs
2021
classpath += project.files(android.getBootClasspath().join(File.pathSeparator))
2122
}
@@ -57,10 +58,10 @@ bintray {
5758
publicDownloadNumbers = true
5859
version {
5960
desc = libraryDescription
60-
gpg {
61-
sign = true
62-
passphrase = properties.getProperty("bintray.gpg.password")
63-
}
61+
// gpg {
62+
// sign = true
63+
// passphrase = properties.getProperty("bintray.gpg.password")
64+
// }
6465
}
6566
}
6667
}

android-ui-toolkit/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ext {
5151

5252
developerId = 'supernova-studio'
5353
developerName = 'Supernova Studio'
54-
developerEmail = 'accounts.tech@supernova.studio'
54+
developerEmail = 'support@supernova.io'
5555

5656
licenseName = 'The Apache Software License, Version 2.0'
5757
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'

0 commit comments

Comments
 (0)