1

build: woodpecker ci
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
2025-03-03 21:20:06 +03:00
parent 9e3baaae73
commit 4bb3c5fff0
2 changed files with 12 additions and 0 deletions

View File

@@ -10,3 +10,6 @@ insert_final_newline = true
[gradlew.bat]
charset = latin1
end_of_line = crlf
[*.{yml,yaml}]
indent_size = 2

9
.woodpecker.yml Normal file
View 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