Skip to content

Commit

Permalink
disable gradle cache
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jun 17, 2024
1 parent eb86167 commit 27eedc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/dagger/lib.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 27eedc9

Please sign in to comment.