This commit is contained in:
parent
0cc4a68013
commit
409a9bb88a
1 changed files with 5 additions and 0 deletions
5
.woodpecker/.build.yaml
Normal file
5
.woodpecker/.build.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
steps:
|
||||
- name: "build"
|
||||
image: "gradle:8.10.1-jdk21"
|
||||
commands:
|
||||
- "./gradlew build"
|
Loading…
Reference in a new issue