We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c2ae1 commit 9d71136Copy full SHA for 9d71136
build.gradle.kts
@@ -11,8 +11,7 @@ buildConfig {
11
buildConfigField(
12
type ="java.nio.file.Path",
13
name = "CACHE_PATH",
14
- value = "Path.of(\"${project(":cache").projectDir.resolve("src/main/resources")}\")"
15
- .replace("\\", "/")
+ value = "Path.of(\"${buildDir.path}\\cache\")".replace("\\", "\\\\")
16
)
17
}
18
0 commit comments