We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5954a7 commit 140f12dCopy full SHA for 140f12d
1 file changed
build.gradle.kts
@@ -46,8 +46,8 @@ version = "1.7.94"
46
description = "ripme"
47
48
java {
49
- sourceCompatibility = JavaVersion.VERSION_21
50
- targetCompatibility = JavaVersion.VERSION_21
+ sourceCompatibility = JavaVersion.VERSION_17
+ targetCompatibility = JavaVersion.VERSION_17
51
}
52
53
jacoco {
0 commit comments