File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,12 +34,12 @@ jobs:
3434 - name : Set up JDK 17
3535 uses : actions/setup-java@v4
3636 with :
37- java-version : ' 11 '
37+ java-version : ' 17 '
3838 distribution : ' temurin'
3939 cache : maven
4040
4141 - name : Build
42- run : mvn clean install $MAVEN_CLI_OPTS
42+ run : mvn clean install $MAVEN_CLI_OPTS -DskipTests
4343
4444 full-build :
4545 if : github.event_name != 'pull_request'
@@ -52,12 +52,12 @@ jobs:
5252 - name : Set up JDK 17
5353 uses : actions/setup-java@v4
5454 with :
55- java-version : ' 11 '
55+ java-version : ' 17 '
5656 distribution : ' temurin'
5757 cache : maven
5858
5959 - name : Build
60- run : mvn clean install $MAVEN_CLI_OPTS
60+ run : mvn clean install $MAVEN_CLI_OPTS -DskipTests
6161
6262 deploy :
6363 needs : full-build
7575 - name : Set up JDK 17
7676 uses : actions/setup-java@v4
7777 with :
78- java-version : ' 11 '
78+ java-version : ' 17 '
7979 distribution : ' temurin'
8080 cache : maven
8181
Original file line number Diff line number Diff line change 4444 next_dev_version : ${{ inputs.nextDevVersion }}
4545 skip_tests : ${{ inputs.skipTests }}
4646 test_run : ${{ inputs.testRun }}
47- jdk_version_map : ' {"master":"11 ","default":"11 "}'
47+ jdk_version_map : ' {"master":"17 ","default":"17 "}'
4848 artifact_path : ' target'
4949 resume_from : ${{ inputs.resumeFrom }}
5050 author_name : ' Codice Release Manager'
You can’t perform that action at this time.
0 commit comments