Remove redundant imports

Original commit: elastic/x-pack-elasticsearch@01123ea9fd
This commit is contained in:
David Roberts 2016-12-02 14:27:24 +00:00
parent 04445ce95f
commit 3173f7a727
1 changed files with 0 additions and 4 deletions

View File

@ -6,10 +6,6 @@ import org.elasticsearch.gradle.precommit.LicenseHeadersTask
import org.elasticsearch.gradle.VersionProperties
import org.elastic.gradle.UploadS3Task
import java.nio.file.Files
import java.nio.file.Paths
import java.nio.file.StandardCopyOption
if (project.hasProperty("AWS_ACCESS_KEY")) {
project.ext.awsAccessKey = AWS_ACCESS_KEY
}