Skip to content

Update ALL

Update ALL #196

Workflow file for this run

name: Java with Gradle
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up JDK 21
uses: actions/[email protected]
with:
java-version: 21
distribution: temurin
- name: Give permissions to Gradle
run: chmod +x ./gradlew
- name: Build with Gradle
run: ./gradlew build
- uses: actions/[email protected]
with:
name: KrystalCraft-Forge
path: forge/build/libs/**.jar
- uses: actions/[email protected]
with:
name: KrystalCraft-Fabric
path: fabric/build/libs/**.jar