Commit faa0580
fix: specify google-java-format 1.7 for Java 11 compatibility
- Update build.gradle to use google-java-format version 1.7
- This resolves the Spotless Java formatting IllegalAccessError with Java 11
- Version 1.7 works with Java 11 without requiring JVM module arguments
- Includes Spotless auto-formatting fixes for Util.java and DefaultJwtServiceTest.java
Co-Authored-By: Sam Fertig <sam.fertig@codeium.com>1 parent 9fffe6d commit faa0580
3 files changed
Lines changed: 5 additions & 4 deletions
File tree
- src
- main/java/io/spring
- test/java/io/spring/infrastructure/service
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments