Skip to content

Don't modify the static character replacement table (#5) #21

Don't modify the static character replacement table (#5)

Don't modify the static character replacement table (#5) #21

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- uses: gradle/wrapper-validation-action@v1
# TODO - Go back to "--warning-mode=fail"
- run: ./gradlew check build publishToMavenLocal --stacktrace --warning-mode=all