Skip to content

Commit 6895cec

Browse files
committed
Update publish script
1 parent be435d1 commit 6895cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

33
# Disabling parallel builds as it doesn't work when publishing to Maven Central
4-
./gradlew --no-parallel build publish
4+
./gradlew --no-parallel --no-configuration-cache build publish

0 commit comments

Comments
 (0)