File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 - uses : actions/checkout@v5
1212 with :
1313 fetch-depth : 0
14- - name : Set up JDK 11
14+ - name : Set up JDK 17
1515 uses : actions/setup-java@v5
1616 with :
17- java-version : ' 11 '
18- distribution : ' zulu'
17+ java-version : 17
18+ distribution : zulu
1919 - name : Run Spotless check
2020 run : mvn spotless:check
2121 - name : Create WAR
Original file line number Diff line number Diff line change 11041104 <plugin >
11051105 <groupId >com.diffplug.spotless</groupId >
11061106 <artifactId >spotless-maven-plugin</artifactId >
1107- <version >2.46.1 </version >
1107+ <version >3.1.0 </version >
11081108 <configuration >
11091109 <!-- optional: limit format enforcement to just the files changed by this feature branch -->
11101110 <ratchetFrom >origin/master</ratchetFrom >
You can’t perform that action at this time.
0 commit comments