fix: allow gradle build libs to be copied into docker container
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 2m3s

This commit is contained in:
jade
2026-07-29 13:03:11 +09:00
parent ca1082f1c2
commit 2a4b3e68e9

View File

@@ -1,12 +1,10 @@
.git .git
.gradle .gradle
.idea .idea
build/ /build/
*/build/
target/ target/
*/target/ */target/
bin/ bin/
*/bin/ */bin/
out/ out/
*/out/ */out/
!*/build/libs/*.jar