Skip to content

Bump net.kyori:adventure-api from 4.22.0 to 4.23.0 #4

Bump net.kyori:adventure-api from 4.22.0 to 4.23.0

Bump net.kyori:adventure-api from 4.22.0 to 4.23.0 #4

Workflow file for this run

name: Build & Check
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
cache: maven
- name: Unshallow
run: git fetch --unshallow --quiet
- name: Build
run: mvn clean package