Skip to content

Bump paperlib from 1.0.5 to 1.0.8 in /Minigames #185

Bump paperlib from 1.0.5 to 1.0.8 in /Minigames

Bump paperlib from 1.0.5 to 1.0.8 in /Minigames #185

Workflow file for this run

name: Java CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
cache: 'maven'
- name: Build with Maven
run: mvn -B package --file pom.xml