Raxen/.woodpecker.yml

9 lines
150 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:
event: push