Skip to content

Commit

Permalink
✨ feat(build.gradle): Remove deprecated build cache configurations.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Dec 16, 2024
1 parent 0ad4839 commit 9802936
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,6 @@ configure(subprojects - project(":boot")) { project ->
"BPE_APPEND_JAVA_TOOL_OPTIONS": "-Dfile.encoding=UTF-8 " +
"-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager"
]
buildWorkspace {
bind {
source = "/tmp/cache-${rootProject.name}-${project.name}.work"
}
}
buildCache {
bind {
source = "/tmp/cache-${rootProject.name}-${project.name}.build"
}
}
launchCache {
bind {
source = "/tmp/cache-${rootProject.name}-${project.name}.launch"
}
}
}

configurations {
Expand Down

0 comments on commit 9802936

Please sign in to comment.