Skip to content

Make JsonReader.locationString public, to allow loader to move to usi… #15

Make JsonReader.locationString public, to allow loader to move to usi…

Make JsonReader.locationString public, to allow loader to move to usi… #15

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