Skip to content

Commit f5a9f51

Browse files
committed
chore: do not require Java 17 for launching Gradle yet
We still require Java 17 for javac, however we could be fine if user launches Gradle with Java 8 or Java 11. So far no plugins seems to require Java 17, so let's ease the requiremenets Signed-off-by: Vladimir Sitnikov <sitnikov.vladimir@gmail.com>
1 parent 729565b commit f5a9f51

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

settings.gradle.kts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
rootProject.name = "sigstore-java-root"
22

3-
if (JavaVersion.current() < JavaVersion.VERSION_17) {
4-
throw UnsupportedOperationException("Please use Java 17 or 21 for launching Gradle when building sigstore-java, the current Java is ${JavaVersion.current().majorVersion}")
5-
}
6-
73
includeBuild("build-logic-commons")
84
includeBuild("build-logic")
95

0 commit comments

Comments
 (0)