Skip to content

mod publication, changelog and readme #4

mod publication, changelog and readme

mod publication, changelog and readme #4

Workflow file for this run

on:
- push
- 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'
- run: ./gradlew build --no-daemon
- uses: actions/upload-artifact@v4
with:
name: letsdocompat-devbuild
path: |
fabric/build/libs/*
forge/build/libs/*