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.
2 parents 4c5a185 + 1e1514d commit 33eb726Copy full SHA for 33eb726
src/main/java/org/jenkinsci/plugins/workflow/log/ConsoleAnnotators.java
@@ -24,8 +24,8 @@
24
25
package org.jenkinsci.plugins.workflow.log;
26
27
-import com.jcraft.jzlib.GZIPInputStream;
28
-import com.jcraft.jzlib.GZIPOutputStream;
+import java.util.zip.GZIPInputStream;
+import java.util.zip.GZIPOutputStream;
29
import hudson.console.AnnotatedLargeText;
30
import hudson.console.ConsoleAnnotationOutputStream;
31
import hudson.console.ConsoleAnnotator;
0 commit comments