knockbat/.woodpecker/build.yml

9 lines
120 B
YAML
Raw Permalink Normal View History

2024-10-25 17:30:30 +00:00
when:
- event: "push"
steps:
- name: "build"
image: "gradle:8.10.2-jdk21"
commands:
- "gradle build"