File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 66 runs-on : ubuntu-latest
77 steps :
88 - uses : actions/checkout@v3
9- - uses : actions/setup-java@v2
9+ - uses : actions/setup-java@v3
1010 with :
11- distribution : ' zulu' # See 'Supported distributions' for available options
12- java-version : ' 11 '
11+ distribution : ' zulu'
12+ java-version : ' 17 '
1313 - name : Format Code
1414 run : mvn package -DskipTests=true
1515 - name : Push changes
Original file line number Diff line number Diff line change 1212 uses : actions/checkout@v3
1313
1414 - name : Install Java and Maven
15- uses : actions/setup-java@v1
15+ uses : actions/setup-java@v3
1616 with :
17- java-version : 8
17+ distribution : ' zulu'
18+ java-version : ' 8'
1819
1920 - name : Determine version from git tag
2021 id : version
Original file line number Diff line number Diff line change 2525 restore-keys : |
2626 ${{ runner.os }}-maven-
2727 - name : Set up JDK
28- uses : actions/setup-java@v1
28+ uses : actions/setup-java@v3
2929 with :
30+ distribution : ' zulu'
3031 java-version : ${{ matrix.java }}
3132 - name : Build with Maven
3233 run : mvn -B verify --file pom.xml
You can’t perform that action at this time.
0 commit comments