We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1388cd commit 58a0278Copy full SHA for 58a0278
.github/workflows/build-java-app-workflow.yml
@@ -19,15 +19,15 @@ jobs:
19
outputs:
20
version: ${{ steps.get_project_version.outputs.version }}
21
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
28
- distribution: 'temurin'
29
- java-version: '8'
30
- cache: 'maven'
+ #- uses: actions/checkout@v3
+ # with:
+ # fetch-depth: '10'
+ #- name: Set up JDK 8
+ # uses: actions/setup-java@v3
+ # distribution: 'temurin'
+ # java-version: '8'
+ # cache: 'maven'
31
- name: Maven Build (skip tests)
32
run: mvn -T 2 clean install -DskipTests ${{ inputs.maven_opts }}
33
- uses: actions/upload-artifact@v3
0 commit comments