File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 java-version : ${{ matrix.java }}
5050 distribution : ${{ env.DEFAULT_JAVA_DISTRIBUTION }}
5151 - name : Build
52- run : mvn -B -e -Papache-release -Dgpg.skip=true verify
52+ run : mvn -B -e -Papache-release -Dgpg.skip=true -Dmaven.compiler.release=${{ matrix.java }} verify
5353 - name : Remove Snapshots
5454 run : find ~/.m2/repository -name '*-SNAPSHOT' -a -type d -print0 | xargs -0 rm -rf
5555 site :
7272 java-version : ${{ env.BASE_JAVA_VERSION }}
7373 distribution : ${{ env.DEFAULT_JAVA_DISTRIBUTION }}
7474 - name : Build
75- run : mvn -B -e -Dmaven.test.skip=true package site-deploy
75+ run : mvn -B -e -Dmaven.test.skip=true -Dmaven.compiler.release=${{ env.BASE_JAVA_VERSION }} package site-deploy
7676 - name : Remove Snapshots
7777 run : find ~/.m2/repository -name '*-SNAPSHOT' -a -type d -print0 | xargs -0 rm -rf
7878 deploy :
@@ -102,7 +102,7 @@ jobs:
102102 server-username : NEXUS_USER
103103 server-password : NEXUS_PW
104104 - name : Deploy
105- run : mvn -B -e -Papache-release -Dgpg.skip=true -Dmaven.test.skip=true deploy
105+ run : mvn -B -e -Papache-release -Dgpg.skip=true -Dmaven.test.skip=true -Dmaven.compiler.release=${{ env.BASE_JAVA_VERSION }} deploy
106106 env :
107107 NEXUS_USER : ${{ secrets.NEXUS_USER }}
108108 NEXUS_PW : ${{ secrets.NEXUS_PW }}
Original file line number Diff line number Diff line change 507507 http://maven.apache.org/plugins/maven-site-plugin/examples/creating-content.html -->
508508 <axis2_version >${project.version}</axis2_version >
509509 <project .build.outputTimestamp>2025-03-04T22:45:29Z</project .build.outputTimestamp>
510- <maven .compiler.target>11 </maven .compiler.target >
510+ <maven .compiler.release>17 </maven .compiler.release >
511511 </properties >
512512
513513 <dependencyManagement >
You can’t perform that action at this time.
0 commit comments