Skip to content

Bump AIOFighterPlugin version to 2.0.9; update safety checks and logg… #211

Bump AIOFighterPlugin version to 2.0.9; update safety checks and logg…

Bump AIOFighterPlugin version to 2.0.9; update safety checks and logg… #211

name: Development Build
on:
push:
branches: [ development ]
workflow_dispatch:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
env:
CI: true
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: '11'
cache: gradle
- name: Grant execute permissions
run: chmod +x gradlew
- name: Build JARs
run: ./gradlew clean build