Commit c416ccf
committed
Fix Gradle 9 compatibility issues
- Move sourceCompatibility and encoding settings into java {} block
- Use JavaVersion.VERSION_1_7 instead of numeric value
- Consolidate Java configuration in java {} block
- Fixes 'Could not set unknown property sourceCompatibility' error in Gradle 91 parent bbef71c commit c416ccf
1 file changed
+7
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 34 | | |
39 | 35 | | |
40 | 36 | | |
| |||
115 | 111 | | |
116 | 112 | | |
117 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
118 | 117 | | |
119 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| |||
0 commit comments