Skip to content

Update dependency gradle to v8 #212

Update dependency gradle to v8

Update dependency gradle to v8 #212

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '8'
check-latest: true
- name: Run tests
run: make test