File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ jobs:
3434 ${{ runner.os }}-maven-
3535
3636 - name : Check formatting accessors-smart
37- run : cd accessors-smart; ./mvnw com.diffplug. spotless:spotless-maven-plugin :check
37+ run : cd accessors-smart; ./mvnw spotless:check
3838
3939 - name : Check formatting json-smart
40- run : cd json-smart; ./mvnw com.diffplug. spotless:spotless-maven-plugin :check
40+ run : cd json-smart; ./mvnw spotless:check
4141
4242 - name : Check formatting json-smart-action
43- run : cd json-smart-action; ./mvnw com.diffplug. spotless:spotless-maven-plugin :check
43+ run : cd json-smart-action; ./mvnw spotless:check
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ limitations under the License.
243243 <plugin >
244244 <groupId >com.diffplug.spotless</groupId >
245245 <artifactId >spotless-maven-plugin</artifactId >
246- <version >2.47.0 </version >
246+ <version >2.46.1 </version >
247247 <configuration >
248248 <java >
249249 <includes >
Original file line number Diff line number Diff line change 233233 <plugin >
234234 <groupId >com.diffplug.spotless</groupId >
235235 <artifactId >spotless-maven-plugin</artifactId >
236- <version >2.47.0 </version >
236+ <version >2.46.1 </version >
237237 <configuration >
238238 <java >
239239 <includes >
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ limitations under the License.
254254 <plugin >
255255 <groupId >com.diffplug.spotless</groupId >
256256 <artifactId >spotless-maven-plugin</artifactId >
257- <version >2.47.0 </version >
257+ <version >2.46.1 </version >
258258 <configuration >
259259 <java >
260260 <includes >
You can’t perform that action at this time.
0 commit comments