Compare commits

..

3 Commits

Author SHA1 Message Date
jolheiser 7fc3dac3db YOLO
ci/woodpecker/push/woodpecker Pipeline was successful Details
2022-01-11 03:10:09 +00:00
jolheiser 7173a70003 Clean up YAML 2022-01-11 03:07:37 +00:00
Joey Hines 700494f15b Switched CI to woodpecker (#3)
+ Bumped gradle version

Co-authored-by: jolheiser <john.olheiser@gmail.com>
Reviewed-on: Minecraft/pluginapi#3
Co-authored-by: Joey Hines <joey@ahines.net>
Co-committed-by: Joey Hines <joey@ahines.net>
2022-01-11 03:05:18 +00:00
1 changed files with 19 additions and 23 deletions

View File

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