This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git
The following commit(s) were added to refs/heads/master by this push:
new e95ab29a5b tider jar for jmh
e95ab29a5b is described below
commit e95ab29a5bf62f1e07fae48485c74f8a06c09d46
Author: Paul King <[email protected]>
AuthorDate: Mon Aug 7 14:52:11 2023 +1000
tider jar for jmh
---
build-logic/src/main/groovy/org.apache.groovy-performance.gradle | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/build-logic/src/main/groovy/org.apache.groovy-performance.gradle
b/build-logic/src/main/groovy/org.apache.groovy-performance.gradle
index d33223acd4..b84963666b 100644
--- a/build-logic/src/main/groovy/org.apache.groovy-performance.gradle
+++ b/build-logic/src/main/groovy/org.apache.groovy-performance.gradle
@@ -53,7 +53,10 @@ jmh {
includes = ['.*' + project.benchInclude + '.*']
}
includeTests = true
- duplicateClassesStrategy = DuplicatesStrategy.WARN
+}
+jmhJar {
+ exclude 'LICENSE'
+ exclude 'THIRD-PARTY'
}
tasks.named('jmhClasses') {