From 5e1a3e959fe603a0b11cb9cc4aa6c867e5b8ae8a Mon Sep 17 00:00:00 2001 From: Jesse Wilson Date: Wed, 17 Apr 2024 09:52:16 -0400 Subject: [PATCH] Don't require a signing key to publish docs (#8368) --- test_docs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_docs.sh b/test_docs.sh index 18fd7389089b..ba482f0bf3bd 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