Skip to content

Commit

Permalink
Excavator: Upgrade Gradle Daemon JDK to 21
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot committed Oct 24, 2024
1 parent 8da70ef commit 42c218e
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 @@ -106,5 +106,5 @@ subprojects {
}

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

0 comments on commit 42c218e

Please sign in to comment.