Skip to content

chore(deps): update plugin xyz.jpenilla.run-paper to v3 #137

chore(deps): update plugin xyz.jpenilla.run-paper to v3

chore(deps): update plugin xyz.jpenilla.run-paper to v3 #137

Workflow file for this run

name: Build Pull Request
on: [pull_request]
jobs:
build_pr:
name: Check PR if can build
if: github.repository_owner == 'OneLiteFeatherNET'
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- name: Checkout Repository
uses: actions/checkout@v5
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- name: Build on ${{ matrix.os }}
run: ./gradlew clean build -x test