add woodpecker build workflow
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
1e99 2024-10-25 19:30:30 +02:00
parent 62f0118f78
commit b96cf49aaf
2 changed files with 9 additions and 1 deletions

8
.woodpecker/build.yml Normal file
View file

@ -0,0 +1,8 @@
when:
- event: "push"
steps:
- name: "build"
image: "gradle:8.10.2-jdk21"
commands:
- "gradle build"

View file

@ -56,4 +56,4 @@ public class KnockBat implements ModInitializer {
item
);
}
}
}