Commit a26a317
authored
[build] set target Java 8 in Gradle metadata (#1270)
With the switch to build and release using Java 11 we did not verify whether projects would still work with Java 8. While we were targeting Java 8 with Kotlin compiler, Gradle was still populating module metadata with the target JVM version that was used for the build.
Resolves: #12691 parent bfac731 commit a26a317
1 file changed
+9
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
167 | 168 | | |
168 | 169 | | |
169 | 170 | | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
170 | 176 | | |
171 | 177 | | |
172 | 178 | | |
| |||
0 commit comments