Skip to content

Update dependency net.kyori:adventure-bom to v4.17.0 #102

Update dependency net.kyori:adventure-bom to v4.17.0

Update dependency net.kyori:adventure-bom to v4.17.0 #102

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
- run: ./gradlew clean check --continue