Commit b4deb6e
committed
Fix compatibility with updated CacheUtils method signatures
Update CacheUtils.zip() and CacheUtils.unzip() call sites to include
the preservePermissions boolean parameter that was added in the master
branch for Unix permission preservation support.
This fixes compilation errors that occur when the PR is rebased onto
current master.1 parent a6607d6 commit b4deb6e
File tree
1 file changed
+2
-2
lines changed- src/main/java/org/apache/maven/buildcache
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
374 | 374 | | |
375 | 375 | | |
376 | 376 | | |
377 | | - | |
| 377 | + | |
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
| |||
702 | 702 | | |
703 | 703 | | |
704 | 704 | | |
705 | | - | |
| 705 | + | |
706 | 706 | | |
707 | 707 | | |
708 | 708 | | |
| |||
0 commit comments