From 95dcc535a44439fcfe0947f2dd314b55139f55b2 Mon Sep 17 00:00:00 2001 From: "Adams, Kacy" Date: Wed, 12 Oct 2022 09:17:13 -0400 Subject: [PATCH] Update maven.yml --- .github/workflows/maven.yml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b03c4f85..76663640 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -1,7 +1,4 @@ -# This workflow will build a Java project with Maven, and cache/restore any dependencies to improve the workflow execution time -# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven - -name: Java CI with Maven +name: CI with mvn on: push: @@ -20,12 +17,12 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Set up JDK 17 - uses: actions/setup-java@v3 - with: - java-version: '17' - distribution: 'temurin' - cache: maven +# - name: Set up JDK 17 +# uses: actions/setup-java@v3 +# with: +# java-version: '17' +# distribution: 'temurin' +# cache: maven - name: Build with Maven run: mvn -B package --file pom.xml