Skip to content

Codex/port repo to neoforge 1.21.1 18rzzo #7

Codex/port repo to neoforge 1.21.1 18rzzo

Codex/port repo to neoforge 1.21.1 18rzzo #7

Workflow file for this run

name: Build
on:
push:
branches:
- '**'
tags-ignore:
- 'v*'
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'gradle'
- name: Build
run: ./gradlew clean build
- name: Upload NeoForge jars
uses: actions/upload-artifact@v4
with:
name: neoforge-jars
path: "**/build/libs/*.jar"