Skip to content

Merge pull request #63 from PaperMC/chore/cleanup #34

Merge pull request #63 from PaperMC/chore/cleanup

Merge pull request #63 from PaperMC/chore/cleanup #34

Workflow file for this run

name: publish
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: "git / checkout"
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- name: "docker / login"
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: "java / setup"
uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0
with:
check-latest: true
distribution: zulu
java-version: 25
- name: "gradle / setup"
uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6.3.0
- name: "gradle / build"
run: ./gradlew jib -Djib.console=plain --stacktrace