summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/benchmarks/build.gradle b/benchmarks/build.gradle
index 5a508fa106..45e20392b8 100644
--- a/benchmarks/build.gradle
+++ b/benchmarks/build.gradle
@@ -34,6 +34,8 @@ apply plugin: 'com.github.johnrengelman.shadow'
// have the shadow plugin provide the runShadow task
apply plugin: 'application'
+tasks.remove(assemble) // Not published so no need to assemble
+
archivesBaseName = 'elasticsearch-benchmarks'
mainClassName = 'org.openjdk.jmh.Main'