reactivate build cache
This commit is contained in:
parent
fa92d6ef0e
commit
ffa99b86b2
@ -80,15 +80,15 @@ tasks.named<BootBuildImage>("bootBuildImage") {
|
||||
tags.set(listOf(dockerTag))
|
||||
}
|
||||
|
||||
// buildCache {
|
||||
// bind {
|
||||
// source.set("/tmp/.gradleBuildCache/cache-${project.name}.build")
|
||||
// }
|
||||
// }
|
||||
//
|
||||
// launchCache {
|
||||
// bind {
|
||||
// source.set("/tmp/.gradleBuildCache/cache-${project.name}.launch")
|
||||
// }
|
||||
// }
|
||||
buildCache {
|
||||
bind {
|
||||
source.set("/tmp/.gradleBuildCache/cache-${project.name}.build")
|
||||
}
|
||||
}
|
||||
|
||||
launchCache {
|
||||
bind {
|
||||
source.set("/tmp/.gradleBuildCache/cache-${project.name}.launch")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user