Skip to content

Commit

Permalink
Excavator: Upgrade Gradle Daemon JDK to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Dec 2, 2024
1 parent 9349ea9 commit dfc49b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -139,5 +139,5 @@ javaVersions {
}

jdks {
daemonTarget = 21
daemonTarget = 17
}
2 changes: 1 addition & 1 deletion gradle/gradle-daemon-jdk-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21
17

0 comments on commit dfc49b7

Please sign in to comment.