Compare commits

..

2 Commits

Author SHA1 Message Date
jolheiser a2c3ace845
Update '.woodpecker.yml' 2022-01-11 03:04:06 +00:00
Joey Hines 9000fc9941
Switched CI to woodpecker
+ Bumped gradle version
2022-01-09 20:30:07 -07:00
1 changed files with 23 additions and 19 deletions

View File

@ -1,19 +1,23 @@
clone: clone:
git: git:
image: "woodpeckerci/plugin-git:next" image: woodpeckerci/plugin-git:next
pipeline: pipeline:
compliance: compliance:
image: gradle:7.3-jdk17
commands: commands:
- "gradle build" - gradle build
- "gradle test" - gradle test
image: "gradle:7.3-jdk17"
when: when:
event: pull_request event: pull_request
release: release:
image: gradle:7.3-jdk17
environment:
- MAVEN_PASSWORD:
from_secret: maven_password
commands: commands:
- "gradle publish" - gradle publish
secrets:
- maven_password
image: "gradle:7.3-jdk17"
when: when:
branch: master branch: master