Skip to content

Commit 3bc801f

Browse files
committed
GoogleContainerTools#3158 - [Jib core] Tar archives with same contents are not reproducible
1 parent 25a5ae2 commit 3bc801f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jib-core/src/test/java/com/google/cloud/tools/jib/tar/TarStreamBuilderTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
package com.google.cloud.tools.jib.tar;
1818

19+
import static java.time.temporal.ChronoUnit.SECONDS;
20+
1921
import com.google.cloud.tools.jib.blob.Blobs;
2022
import com.google.common.io.ByteStreams;
2123
import com.google.common.io.Resources;
@@ -38,8 +40,6 @@
3840
import org.junit.Before;
3941
import org.junit.Test;
4042

41-
import static java.time.temporal.ChronoUnit.SECONDS;
42-
4343
/** Tests for {@link TarStreamBuilder}. */
4444
public class TarStreamBuilderTest {
4545

0 commit comments

Comments
 (0)