Skip to content

Commit 64e735f

Browse files
committed
Update release script to --refresh-dependencies
1 parent de2f01c commit 64e735f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dorelease.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# This will build everything that is needed and push to Maven central.
55
#
66

7-
./gradlew --recompile-scripts clean test uploadArchives
7+
./gradlew --refresh-dependencies clean test uploadArchives
88

0 commit comments

Comments
 (0)