ZNPCsPlus/.drone.yml
bridge 82f30b8f07
All checks were successful
continuous-integration/drone/push Build is passing
chore: update jdk image
2024-04-01 19:53:12 +02:00

19 lines
355 B
YAML

kind: pipeline
type: docker
name: default
trigger:
event:
- push
- custom
steps:
- name: publish
pull: if-not-exists
image: openjdk:17-jdk
environment:
PACKAGESKEY:
from_secret: GITEA_PACKAGE_PUBLIC_RW
commands:
- ./gradlew --no-daemon --parallel -Pnetherite.git.packages.token=$PACKAGESKEY build publish