Skip to content

Commit 3149dc2

Browse files
committed
data: JDK 25 override covers every Gradle 8 runtime (>=8.6.0)
1 parent 8113c0d commit 3149dc2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/overrides/20260909T093300Z_android-jdk-below-25.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"$schema": "https://compatibility.nativescript.org/v1/schemas/overrides.json",
33
"kind": "requirements",
44
"package": "@nativescript/android",
5-
"versions": ">=9.0.0",
5+
"versions": ">=8.6.0",
66
"set": {
77
"jdk": ">=17 <25"
88
},
9-
"note": "Gradle 8.14.3, pinned by the 9.x runtimes, cannot run on JDK 25 ('Unsupported class file major version 69'). Every JDK 25 build failed in https://github.com/NativeScript/compatibility/actions/runs/34334388684."
9+
"note": "Every runtime from 8.6 pins a Gradle 8.x, which cannot run on JDK 25 ('Unsupported class file major version 69'); JDK 25 support arrived in Gradle 9.1. Every JDK 25 build of the 9.1.x runtimes failed twice in https://github.com/NativeScript/compatibility/actions/runs/34334388684 and .../34338851713."
1010
}

0 commit comments

Comments
 (0)