Skip to content

Commit

Permalink
Use Java 7 versions of GZIPInputStream and GZIPOutputStream
Browse files Browse the repository at this point in the history
  • Loading branch information
basil committed May 25, 2024
1 parent e804c2f commit 1e1514d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

package org.jenkinsci.plugins.workflow.log;

import com.jcraft.jzlib.GZIPInputStream;
import com.jcraft.jzlib.GZIPOutputStream;
import java.util.zip.GZIPInputStream;
import java.util.zip.GZIPOutputStream;
import hudson.console.AnnotatedLargeText;
import hudson.console.ConsoleAnnotationOutputStream;
import hudson.console.ConsoleAnnotator;
Expand Down

0 comments on commit 1e1514d

Please sign in to comment.