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

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