Skip to content

Commit c72b7e4

Browse files
committed
Allow ivy.xml files to be expired from cache (#364)
1 parent 6fea898 commit c72b7e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core-plugin/src/main/groovy/com/github/jrubygradle/internal/core/AbstractIvyXmlProxyServer.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import java.time.Instant
1818

1919
import static com.github.jrubygradle.api.gems.GemVersion.gemVersionFromGradleIvyRequirement
2020
import static com.github.jrubygradle.internal.core.IvyUtils.revisionsAsHtmlDirectoryListing
21+
import static java.nio.file.Files.getLastModifiedTime
2122
import static java.nio.file.Files.move
2223
import static java.nio.file.StandardCopyOption.ATOMIC_MOVE
2324
import static java.nio.file.StandardCopyOption.REPLACE_EXISTING

0 commit comments

Comments
 (0)