Skip to content

skip download if we get a cache hit #14

skip download if we get a cache hit

skip download if we get a cache hit #14

Workflow file for this run

---
name: Java CI with Maven
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: maven
- run: mvn -B package --file pom.xml