This commit is contained in:
@@ -10,3 +10,6 @@ insert_final_newline = true
|
|||||||
[gradlew.bat]
|
[gradlew.bat]
|
||||||
charset = latin1
|
charset = latin1
|
||||||
end_of_line = crlf
|
end_of_line = crlf
|
||||||
|
|
||||||
|
[*.{yml,yaml}]
|
||||||
|
indent_size = 2
|
||||||
|
|||||||
9
.woodpecker.yml
Normal file
9
.woodpecker.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
when:
|
||||||
|
- branch: develop
|
||||||
|
event: [manual]
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: "docker.io/library/eclipse-temurin:21-jdk-alpine"
|
||||||
|
commands:
|
||||||
|
- gradlew shadowJar
|
||||||
Reference in New Issue
Block a user