File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 - name : Setup java
3434 uses : actions/setup-java@v1
3535 with :
36- java-version : 8
36+ java-version : 17
3737 server-id : central # Value of the distributionManagement/repository/id field of the pom.xml
3838 server-username : MAVEN_USERNAME # env variable for username in deploy
3939 server-password : MAVEN_CENTRAL_TOKEN # env variable for token in deploy
Original file line number Diff line number Diff line change 2525 - name : Setup java
2626 uses : actions/setup-java@v1
2727 with :
28- java-version : 8
28+ java-version : 17
2929 - name : Bump version using Maven
3030 if : ${{ inputs.maven-modules == 'true' }}
3131 run : ' ./mvnw versions:set -DnewVersion=$NEW_VERSION -DgenerateBackupPoms=false -B'
Original file line number Diff line number Diff line change 8383 </modules >
8484
8585 <properties >
86- <java .version>25 </java .version>
86+ <java .version>17 </java .version>
8787 <maven .compiler.source>${java.version} </maven .compiler.source>
8888 <maven .compiler.target>${java.version} </maven .compiler.target>
8989 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments