Skip to content

GsonReader: Rethrow exceptions as Gson types (#2) #14

GsonReader: Rethrow exceptions as Gson types (#2)

GsonReader: Rethrow exceptions as Gson types (#2) #14

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