summaryrefslogtreecommitdiff
path: root/buildSrc/src/main/groovy/com/carrotsearch/gradle/junit4/TestReportLogger.groovy
diff options
context:
space:
mode:
Diffstat (limited to 'buildSrc/src/main/groovy/com/carrotsearch/gradle/junit4/TestReportLogger.groovy')
-rw-r--r--buildSrc/src/main/groovy/com/carrotsearch/gradle/junit4/TestReportLogger.groovy7
1 files changed, 1 insertions, 6 deletions
diff --git a/buildSrc/src/main/groovy/com/carrotsearch/gradle/junit4/TestReportLogger.groovy b/buildSrc/src/main/groovy/com/carrotsearch/gradle/junit4/TestReportLogger.groovy
index 0813713353..15c24f9c79 100644
--- a/buildSrc/src/main/groovy/com/carrotsearch/gradle/junit4/TestReportLogger.groovy
+++ b/buildSrc/src/main/groovy/com/carrotsearch/gradle/junit4/TestReportLogger.groovy
@@ -15,15 +15,10 @@ import org.gradle.api.logging.LogLevel
import org.gradle.api.logging.Logger
import org.junit.runner.Description
+import javax.sound.sampled.*
import java.util.concurrent.atomic.AtomicBoolean
import java.util.concurrent.atomic.AtomicInteger
-import javax.sound.sampled.AudioSystem;
-import javax.sound.sampled.Clip;
-import javax.sound.sampled.Line;
-import javax.sound.sampled.LineEvent;
-import javax.sound.sampled.LineListener;
-
import static com.carrotsearch.ant.tasks.junit4.FormattingUtils.*
import static com.carrotsearch.gradle.junit4.TestLoggingConfiguration.OutputMode