fix: allow gradle build libs to be copied into docker container
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 2m3s
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 2m3s
This commit is contained in:
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user