Skip to content

Commit

Permalink
Don't require a signing key to publish docs (#8368)
Browse files Browse the repository at this point in the history
  • Loading branch information
swankjesse committed Apr 17, 2024
1 parent 668fce2 commit 5e1a3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e1a3e9

Please sign in to comment.