We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b3b59 commit 61e7b26Copy full SHA for 61e7b26
chat/build.gradle.kts
@@ -1,3 +1,12 @@
1
+gradle.settingsEvaluated {
2
+ buildCache {
3
+ local {
4
+ isEnabled = true
5
+ directory = File(rootDir, ".gradle/build-cache")
6
+ }
7
8
+}
9
+
10
plugins {
11
java
12
id("org.springframework.boot") version "3.4.2"
default/build.gradle.kts
id("java")
0 commit comments