Skip to content

Acknowledge mileage alert and decode third input status #1898

Acknowledge mileage alert and decode third input status

Acknowledge mileage alert and decode third input status #1898

Workflow file for this run

name: Java CI with Gradle
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 11
cache: gradle
- run: ./gradlew build --no-daemon --warning-mode=fail