Skip to content

Commit

Permalink
Bump jmh plugin to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellansun committed Jan 12, 2025
1 parent 08ec134 commit 8bba08f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

plugins {
id 'java-library'
id "me.champeau.gradle.jmh" version "0.5.3"
id "me.champeau.jmh" version "0.7.2"
}

repositories {
Expand Down Expand Up @@ -55,7 +55,7 @@ jmh {
jvmArgs = ['-Xms2g', '-Xmx2g', '-XX:MetaspaceSize=512m', '-XX:MaxMetaspaceSize=512m', '-XX:+UseG1GC']
jmhVersion = '1.33'
includeTests = true
duplicateClassesStrategy = 'WARN'
duplicateClassesStrategy = DuplicatesStrategy.WARN
}

tasks.withType(Wrapper).configureEach {
Expand Down
Empty file modified gradlew
100644 → 100755
Empty file.
6 changes: 6 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
* in the user manual at https://docs.gradle.org/6.9.1/userguide/multi_project_builds.html
*/

pluginManagement {
repositories {
gradlePluginPortal()
}
}

plugins {
id "com.gradle.enterprise" version "3.6.4"
}
Expand Down

0 comments on commit 8bba08f

Please sign in to comment.