1
0
mirror of https://github.com/square/okhttp.git synced 2025-04-19 07:42:15 +03:00

Don't require a signing key to publish docs (#8368)

This commit is contained in:
Jesse Wilson 2024-04-17 09:52:16 -04:00 committed by GitHub
parent 668fce2b39
commit 5e1a3e959f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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