From fb7dd3c931002ff60e158b24926c9d485ad8fc11 Mon Sep 17 00:00:00 2001 From: Svante Schubert Date: Fri, 25 Nov 2022 12:48:24 +0100 Subject: [PATCH] Enabling Maven builds for push and pull requests on Ubuntu in the GitHub cloud --- .github/workflows/maven.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index c60194b3..adcbf92a 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -17,6 +17,6 @@ jobs: with: distribution: 'adopt' # for latest JDKs use temurin https://blog.adoptopenjdk.net/2021/08/goodbye-adoptopenjdk-hello-adoptium/ java-version: '8' - cache: 'maven' + cache: 'maven' #cache/restore any dependencies to improve the workflow execution time - name: Build with Maven run: mvn -B package --file pom.xml \ No newline at end of file