Skip to content

Include Apache libraries, and bump to 0.1.11-beta #191

Include Apache libraries, and bump to 0.1.11-beta

Include Apache libraries, and bump to 0.1.11-beta #191

Workflow file for this run

name: Gradle CI
on: [push, pull_request]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 21
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'temurin'
# Taken from https://github.com/CaffeineMC/sodium-fabric/blob/1.19.3/dev/.github/workflows/gradle.yml
- name: Cache/Uncache
uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/loom-cache
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Build artifacts
run: ./gradlew remapJar
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: UnityTranslate Artifacts
path: build/versions/UnityTranslate-*.jar