Add woodpecker CI
All checks were successful
ci/woodpecker/manual/build Pipeline was successful

This commit is contained in:
1e99 2024-09-24 13:26:32 +02:00
parent 0cc4a68013
commit 409a9bb88a

5
.woodpecker/.build.yaml Normal file
View file

@ -0,0 +1,5 @@
steps:
- name: "build"
image: "gradle:8.10.1-jdk21"
commands:
- "./gradlew build"