Skip to content

Bump org.lushplugins:LushLib from 0.10.89 to 1.0.0 #99

Bump org.lushplugins:LushLib from 0.10.89 to 1.0.0

Bump org.lushplugins:LushLib from 0.10.89 to 1.0.0 #99

Workflow file for this run

name: Run PR Tests
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
build-project:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '21'
- name: Build with Gradle
run: |
chmod +x ./gradlew
./gradlew shadowJar