reactivate build cache

This commit is contained in:
Sinan Ta 2024-01-18 13:28:35 +01:00
parent fa92d6ef0e
commit ffa99b86b2

View File

@ -80,15 +80,15 @@ tasks.named<BootBuildImage>("bootBuildImage") {
tags.set(listOf(dockerTag)) tags.set(listOf(dockerTag))
} }
// buildCache { buildCache {
// bind { bind {
// source.set("/tmp/.gradleBuildCache/cache-${project.name}.build") source.set("/tmp/.gradleBuildCache/cache-${project.name}.build")
// } }
// } }
//
// launchCache { launchCache {
// bind { bind {
// source.set("/tmp/.gradleBuildCache/cache-${project.name}.launch") source.set("/tmp/.gradleBuildCache/cache-${project.name}.launch")
// } }
// } }
} }