File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,10 @@ jobs:
4242 uses : actions/checkout@v5
4343 with :
4444 fetch-depth : 0
45- - name : Setup Java 11
45+ - name : Setup Java 17
4646 uses : actions/setup-java@v5
4747 with :
48- java-version : ' 11 '
48+ java-version : ' 17 '
4949 distribution : ' temurin'
5050 - name : Check License Headers
5151 run : ./mvnw ${MAVEN_ARGS} -Pitests -N license:check
Original file line number Diff line number Diff line change 166166 <sonar-maven-plugin .version>5.2.0.4988</sonar-maven-plugin .version>
167167 <central-publishing-maven-plugin >0.9.0</central-publishing-maven-plugin >
168168 <properties .maven.plugin.version>1.0.0</properties .maven.plugin.version>
169- <spotless-maven-plugin .version>2.46.1 </spotless-maven-plugin .version>
169+ <spotless-maven-plugin .version>3.0.0 </spotless-maven-plugin .version>
170170 <really-executable-jar-maven-plugin .version>2.1.1</really-executable-jar-maven-plugin .version>
171171
172172 <!-- Other options -->
You can’t perform that action at this time.
0 commit comments