Skip to content

Refactor to use tiny-remapper as the remapper logic. #56

Refactor to use tiny-remapper as the remapper logic.

Refactor to use tiny-remapper as the remapper logic. #56

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
java: [17-jdk]
runs-on: ubuntu-22.04
container:
image: eclipse-temurin:${{ matrix.java }}
options: --user root
steps:
- uses: actions/checkout@v3
- run: ./gradlew build --stacktrace
- uses: actions/upload-artifact@v4
if: ${{ failure() }}
with:
name: ${{ steps.test.outputs.test }} Results
path: build/reports/