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:
git:
image: woodpeckerci/plugin-git:next
image: "woodpeckerci/plugin-git:next"
pipeline:
compliance:
image: gradle:7.3-jdk17
commands:
- gradle build
- gradle test
- "gradle build"
- "gradle test"
image: "gradle:7.3-jdk17"
when:
event: pull_request
release:
image: gradle:7.3-jdk17
environment:
- MAVEN_PASSWORD:
from_secret: maven_password
commands:
- gradle publish
- "gradle publish"
secrets:
- maven_password
image: "gradle:7.3-jdk17"
when:
branch: master