add woodpecker build workflow
All checks were successful
ci/woodpecker/push/build Pipeline was successful
All checks were successful
ci/woodpecker/push/build Pipeline was successful
This commit is contained in:
parent
62f0118f78
commit
b96cf49aaf
2 changed files with 9 additions and 1 deletions
8
.woodpecker/build.yml
Normal file
8
.woodpecker/build.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
when:
|
||||
- event: "push"
|
||||
|
||||
steps:
|
||||
- name: "build"
|
||||
image: "gradle:8.10.2-jdk21"
|
||||
commands:
|
||||
- "gradle build"
|
|
@ -56,4 +56,4 @@ public class KnockBat implements ModInitializer {
|
|||
item
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue