Skip to content

📖 Docs: Add comprehensive project documentation and README update. #17

📖 Docs: Add comprehensive project documentation and README update.

📖 Docs: Add comprehensive project documentation and README update. #17

Workflow file for this run

name: Java CI with Gradle
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
permissions:
contents: write
discussions: write
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'temurin'
- name: Build with Gradle Wrapper
run: chmod +x ./gradlew && ./gradlew build
- name: Release
uses: softprops/action-gh-release@v2
if: startsWith(github.ref, 'refs/tags/')
with:
files: build/libs/fifu-*.jar