Skip to content

Commit bba9d1a

Browse files
committed
build: just apply patches, don't auto-update the submodule
1 parent c7d07d5 commit bba9d1a

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 applyPatches
77
- cd patched-cloud && ./gradlew publishToMavenLocal

0 commit comments

Comments
 (0)