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 4b1cf6d commit 34085e3
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 @@ -95,5 +95,5 @@ idea.project.ipr.withXml { xml ->
}

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 34085e3

Please sign in to comment.