Update maven.yml

This commit is contained in:
Jamie O'Meara 2021-05-12 13:58:13 -06:00 committed by GitHub
parent cdc4ccafc4
commit 91fdbeeaf6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,12 +55,12 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Setup Java and Build
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: 8
- run: mvn -B install --no-transfer-progress --file pom.xml
#- name: Setup Java and Build
# uses: actions/setup-java@v2
# with:
# distribution: 'adopt'
# java-version: 8
#- run: mvn -B install --no-transfer-progress --file pom.xml
#- name: Set App Name
#run: 'echo "::set-env name=IMG_NAME::$(echo ${REGISTRY})/$(echo ${USERNAME})/$(echo ${IMG_NAME})"'