Skip to content

Commit 140f12d

Browse files
committed
Downgrade Java to 17
1 parent e5954a7 commit 140f12d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ version = "1.7.94"
4646
description = "ripme"
4747

4848
java {
49-
sourceCompatibility = JavaVersion.VERSION_21
50-
targetCompatibility = JavaVersion.VERSION_21
49+
sourceCompatibility = JavaVersion.VERSION_17
50+
targetCompatibility = JavaVersion.VERSION_17
5151
}
5252

5353
jacoco {

0 commit comments

Comments
 (0)