Raxen/.woodpecker.yml

9 lines
183 B
YAML
Raw Normal View History

2023-03-17 13:51:54 +00:00
pipeline:
build:
image: gradle:jdk17
commands:
- chmod +x gradlew
- ./gradlew assemble --stacktrace
2023-03-17 13:54:21 +00:00
when:
2023-06-20 11:19:33 +00:00
event: [push, pull_request, tag, deployment]