diff --git a/src/dagger/lib.ts b/src/dagger/lib.ts index e16009b..b757bd1 100644 --- a/src/dagger/lib.ts +++ b/src/dagger/lib.ts @@ -42,9 +42,9 @@ export const getDirectory = async ( export const withSrc = (ctr: Container, context: Directory) => ctr - .withMountedCache("/app/android/.gradle", dag.cacheVolume("gradle")) - .withMountedCache("/app/android/app/build", dag.cacheVolume("build")) - .withMountedCache("/root/.gradle", dag.cacheVolume("gradle-cache")) + // .withMountedCache("/app/android/.gradle", dag.cacheVolume("gradle")) + // .withMountedCache("/app/android/app/build", dag.cacheVolume("build")) + // .withMountedCache("/root/.gradle", dag.cacheVolume("gradle-cache")) .withMountedCache("/app/vendor", dag.cacheVolume("vendor")) .withMountedCache("/app/node_modules", dag.cacheVolume("node_modules")) .withMountedCache(