Skip to content

Commit 58a0278

Browse files
Update build-java-app-workflow.yml
1 parent d1388cd commit 58a0278

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/build-java-app-workflow.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919
outputs:
2020
version: ${{ steps.get_project_version.outputs.version }}
2121
steps:
22-
- uses: actions/checkout@v3
23-
with:
24-
fetch-depth: '10'
25-
- name: Set up JDK 8
26-
uses: actions/setup-java@v3
27-
with:
28-
distribution: 'temurin'
29-
java-version: '8'
30-
cache: 'maven'
22+
#- uses: actions/checkout@v3
23+
# with:
24+
# fetch-depth: '10'
25+
#- name: Set up JDK 8
26+
# uses: actions/setup-java@v3
27+
# with:
28+
# distribution: 'temurin'
29+
# java-version: '8'
30+
# cache: 'maven'
3131
- name: Maven Build (skip tests)
3232
run: mvn -T 2 clean install -DskipTests ${{ inputs.maven_opts }}
3333
- uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)