Skip to content

Bring back old spring behaviour. Add option to reverse fall and sprin… #142

Bring back old spring behaviour. Add option to reverse fall and sprin…

Bring back old spring behaviour. Add option to reverse fall and sprin… #142

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container:
image: openjdk:17-jdk
options: --user root
steps:
- uses: actions/[email protected]
- run: |
chmod +x ./gradlew
./gradlew build
- uses: actions/upload-artifact@v4
with:
name: build-artifacts
path: build/libs/