Skip to content

Commit

Permalink
Excavator: Upgrade Gradle Daemon JDK to 21 (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-excavator-bot authored Oct 24, 2024
1 parent 8b1d24f commit b07d112
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 @@ -56,5 +56,5 @@ allprojects {
checkUnusedConstraints.enabled = false

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 b07d112

Please sign in to comment.