We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d65281 commit 93c3bdeCopy full SHA for 93c3bde
hf-model-hub-api/build.gradle.kts
@@ -21,6 +21,6 @@ tasks.test {
21
}
22
23
java {
24
- sourceCompatibility = JavaVersion.VERSION_21
25
- targetCompatibility = JavaVersion.VERSION_21
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
26
0 commit comments