Skip to content

Update to filament 0.7.1 and mapping-io 0.5.1 #17

Update to filament 0.7.1 and mapping-io 0.5.1

Update to filament 0.7.1 and mapping-io 0.5.1 #17

Workflow file for this run

name: Build
on: push
jobs:
build:
runs-on: ubuntu-22.04
container:
image: eclipse-temurin:20-jdk
options: --user root
steps:
- uses: actions/checkout@v3
- run: ./gradlew build --stacktrace --no-configuration-cache