Skip to content

Chore(deps): Bump net.kyori:adventure-api from 4.14.0 to 4.15.0 #250

Chore(deps): Bump net.kyori:adventure-api from 4.14.0 to 4.15.0

Chore(deps): Bump net.kyori:adventure-api from 4.14.0 to 4.15.0 #250

Workflow file for this run

name: Build Library
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew build --stacktrace