summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Wilson <jwilson@squareup.com>2024-04-17 09:52:16 -0400
committerGitHub <noreply@github.com>2024-04-17 09:52:16 -0400
commit5e1a3e959fe603a0b11cb9cc4aa6c867e5b8ae8a (patch)
tree0054d76636bae7a443a612a4c052c612d014c35a
parent668fce2b393860a7f6f01f282fdc6c7f973e541c (diff)
downloadokhttp4-5e1a3e959fe603a0b11cb9cc4aa6c867e5b8ae8a.tar.gz
Don't require a signing key to publish docs (#8368)
-rwxr-xr-xtest_docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_docs.sh b/test_docs.sh
index 18fd73890..ba482f0bf 100755
--- a/test_docs.sh
+++ b/test_docs.sh
@@ -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