Skip to content

Commit

Permalink
✨ feat(构建): 增加了构建和启动缓存配置到 build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Jun 4, 2024
1 parent 4d06da1 commit 30af7c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions boot/platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ tasks.named("bootBuildImage") {
email = "${dockerEmail}"
}
}
buildCache {
volume {
name = "cache-${rootProject.name}.build"
}
}
launchCache {
volume {
name = "cache-${rootProject.name}.launch"
}
}
}

dependencies {
Expand Down

0 comments on commit 30af7c0

Please sign in to comment.