Skip to content

add badge and see if we can cache the dependencies directory so we ga… #9

add badge and see if we can cache the dependencies directory so we ga…

add badge and see if we can cache the dependencies directory so we ga… #9

Workflow file for this run

---
name: Java CI with Gradle
on:
push:
branches: [ "*" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
- run: gradle build