Commit 7876492
fix: resolve google-java-format compatibility issue with Java 11
- Update build.gradle to use googleJavaFormat('1.7') for Java 11 compatibility
- Remove trailing whitespace in Util.java
- Auto-format DefaultJwtServiceTest.java to comply with google-java-format rules
The default google-java-format version had module access errors with Java 11.
Version 1.7 resolves these compatibility issues.
Co-Authored-By: Sam Fertig <sam.fertig@codeium.com>1 parent ca089bb commit 7876492
3 files changed
Lines changed: 4 additions & 3 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 | | |
| |||
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