Skip to content

Commit e02fb5c

Browse files
Excavator: Upgrade Gradle Daemon JDK to 17 (#487)
1 parent c4b107f commit e02fb5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ externalPublishing {
3535
}
3636

3737
jdks {
38-
daemonTarget = 21
38+
daemonTarget = 17
3939
}

gradle/gradle-daemon-jdk-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
21
1+
17

0 commit comments

Comments
 (0)