Skip to content

Commit

Permalink
Allow ivy.xml files to be expired from cache (#364)
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Jun 15, 2019
1 parent 6fea898 commit c72b7e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ import java.time.Instant

import static com.github.jrubygradle.api.gems.GemVersion.gemVersionFromGradleIvyRequirement
import static com.github.jrubygradle.internal.core.IvyUtils.revisionsAsHtmlDirectoryListing
import static java.nio.file.Files.getLastModifiedTime
import static java.nio.file.Files.move
import static java.nio.file.StandardCopyOption.ATOMIC_MOVE
import static java.nio.file.StandardCopyOption.REPLACE_EXISTING
Expand Down

0 comments on commit c72b7e4

Please sign in to comment.