Skip to content

Update gradle wrapper to 8.2.1 to fix #364 #190

Update gradle wrapper to 8.2.1 to fix #364

Update gradle wrapper to 8.2.1 to fix #364 #190

Workflow file for this run

name: baseline build
on:
push:
branches: [ java-10-gradle ]
pull_request:
branches: [ java-10-gradle ]
workflow_dispatch:
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest] #, windows-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: 11
distribution: 'adopt'
- name: Build with Gradle
run: ./gradlew check