Skip to content

Migrate Basement/Fido SafeParcelables to use processor instead of ref… #438

Migrate Basement/Fido SafeParcelables to use processor instead of ref…

Migrate Basement/Fido SafeParcelables to use processor instead of ref… #438

Workflow file for this run

name: Build
on: [pull_request, push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- run: ./gradlew --no-daemon build
env:
TERM: dumb
JAVA_OPTS: -Xmx2048m