Skip to content

Commit 5e1a3e9

Browse files
authored
Don't require a signing key to publish docs (#8368)
1 parent 668fce2 commit 5e1a3e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
set -ex
1010

1111
# Test generating the javadoc jars
12-
./gradlew publishToMavenLocal
12+
./gradlew publishToMavenLocal -DRELEASE_SIGNING_ENABLED=false
1313

1414
# Generate the API docs
1515
./gradlew dokkaHtmlMultiModule

0 commit comments

Comments
 (0)