Commit d8cf44a
[KGP][IT] Require Xcode 26 for shouldDownloadLightNativeBundleWithMaven
This KGP test downloads a "light" K/N dist and therefore builds platform
libraries on the test machine:
NativeDownloadAndPlatformLibsIT.shouldDownloadLightNativeBundleWithMaven
KT-80209 updates the platform library .def files to Xcode 26, so
platform libraries are no longer buildable with earlier Xcode versions.
This makes the test fail on the CI agents that still use Xcode 16.0.
To fix this, this commit updates the test annotation
`@RequiredXCodeVersion` from 14.1 to 26.0. So the test is now ignored
when run with earlier Xcode versions, which effectively mutes it until
the agents are updated to Xcode 26 (KTI-2654).
(cherry picked from commit ddc7cab)1 parent bd2b426 commit d8cf44a
File tree
1 file changed
+1
-1
lines changed- libraries/tools/kotlin-gradle-plugin-integration-tests/src/test/kotlin/org/jetbrains/kotlin/gradle/native
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
0 commit comments