This commit is contained in:
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