Skip to content

Add NeoForge section to the readme #110

Add NeoForge section to the readme

Add NeoForge section to the readme #110

Workflow file for this run

name: Gradle CI
on:
push:
branches: [ master ]
jobs:
testjava:
strategy:
matrix:
jdk: [17, 21]
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- uses: actions/checkout@v5
- name: Set up JDK ${{ matrix.jdk }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.jdk }}
distribution: 'zulu'
- name: Build and test project with Java ${{ matrix.jdk }}
run: gradle build javadoc