File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1414jobs :
1515 build-workflow :
1616 name : Build Java app
17- # runs-on: ubuntu-22.04
18- runs-on : self-hosted
17+ runs-on : ubuntu-22.04
18+ # runs-on: self-hosted
1919 outputs :
2020 version : ${{ steps.get_project_version.outputs.version }}
2121 steps :
2222 - uses : actions/checkout@v3
2323 with :
2424 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'
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
You can’t perform that action at this time.
0 commit comments