Skip to content

Commit

Permalink
♻️ refactor(构建): 移除了不必要的缓存配置项
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Jun 3, 2024
1 parent 234f9f4 commit 4030dbb
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions boot/platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,21 +25,6 @@ tasks.named("bootBuildImage") {
"-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager"
]
publish = true
buildWorkspace {
bind {
source = "/tmp/cache-${rootProject.name}.work"
}
}
buildCache {
bind {
source = "/tmp/cache-${rootProject.name}.build"
}
}
launchCache {
bind {
source = "/tmp/cache-${rootProject.name}.launch"
}
}
docker {
publishRegistry {
username = "${dockerUsername}"
Expand Down

0 comments on commit 4030dbb

Please sign in to comment.