Skip to content

Commit 3f7d3d9

Browse files
committed
build: move update submodule task into separate run
1 parent c7d07d5 commit 3f7d3d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jitpack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ before_install:
33
- sdk update && sdk install java 21-zulu && sdk use java 21-zulu
44
- git config --global user.email "[email protected]" && git config --global user.name "Jitpack Build"
55
install:
6-
- git submodule deinit -f cloud && git submodule init && ./gradlew updateSubmodules applyPatches
6+
- git submodule deinit -f cloud && git submodule init && ./gradlew updateSubmodules && ./gradlew applyPatches
77
- cd patched-cloud && ./gradlew publishToMavenLocal

0 commit comments

Comments
 (0)