Skip to content

Setup publishing to Forge maven, bump ASM #1

Setup publishing to Forge maven, bump ASM

Setup publishing to Forge maven, bump ASM #1

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
strategy:
fail-fast: false
matrix:
java: [8-jdk, 11-jdk, 16-jdk, 17-jdk]
runs-on: ubuntu-20.04
container:
image: openjdk:${{ matrix.java }}
options: --user root
steps:
- uses: actions/checkout@v4
- uses: gradle/actions/wrapper-validation@v3
- run: ./gradlew build publishToMavenLocal --stacktrace