We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fea898 commit c72b7e4Copy full SHA for c72b7e4
core-plugin/src/main/groovy/com/github/jrubygradle/internal/core/AbstractIvyXmlProxyServer.groovy
@@ -18,6 +18,7 @@ import java.time.Instant
18
19
import static com.github.jrubygradle.api.gems.GemVersion.gemVersionFromGradleIvyRequirement
20
import static com.github.jrubygradle.internal.core.IvyUtils.revisionsAsHtmlDirectoryListing
21
+import static java.nio.file.Files.getLastModifiedTime
22
import static java.nio.file.Files.move
23
import static java.nio.file.StandardCopyOption.ATOMIC_MOVE
24
import static java.nio.file.StandardCopyOption.REPLACE_EXISTING
0 commit comments