mirror of
https://github.com/square/okhttp.git
synced 2025-11-05 12:17:34 +08:00
Don't require a signing key to publish docs (#8368)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
set -ex
|
||||
|
||||
# Test generating the javadoc jars
|
||||
./gradlew publishToMavenLocal
|
||||
./gradlew publishToMavenLocal -DRELEASE_SIGNING_ENABLED=false
|
||||
|
||||
# Generate the API docs
|
||||
./gradlew dokkaHtmlMultiModule
|
||||
|
||||
Reference in New Issue
Block a user