This is an automated email from the ASF dual-hosted git repository.
vladimirsitnikov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git
The following commit(s) were added to refs/heads/master by this push:
new 94397b1 Case for a force push: removing unused import
94397b1 is described below
commit 94397b1aebe29abc4c30794e54cead62705eca03
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Mon Oct 7 00:47:00 2019 +0300
Case for a force push: removing unused import
---
src/dist/build.gradle.kts | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/dist/build.gradle.kts b/src/dist/build.gradle.kts
index f15f54f..f9cbb99 100644
--- a/src/dist/build.gradle.kts
+++ b/src/dist/build.gradle.kts
@@ -20,7 +20,6 @@ import com.github.vlsi.gradle.crlf.CrLfSpec
import com.github.vlsi.gradle.crlf.LineEndings
import com.github.vlsi.gradle.git.FindGitAttributes
import com.github.vlsi.gradle.git.dsl.gitignore
-import com.github.vlsi.gradle.release.ReleaseExtension
import org.gradle.api.internal.TaskOutputsInternal
plugins {