Skip to content

Commit a7cee0b

Browse files
authored
Update JMH to 1.35 to be able to use dtraceasm on newer OSe (#2067)
* Cleanup minor deprecations in Gradle scripts
1 parent d7e58c2 commit a7cee0b

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

benchmark/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'me.champeau.jmh'
1111

1212
sourceCompatibility = 1.8
1313
targetCompatibility = 1.8
14-
jmh.jmhVersion = "1.22"
14+
jmh.jmhVersion = "1.35"
1515

1616
processJmhResources {
1717
doFirst {
@@ -26,7 +26,7 @@ jmhJar {
2626
}
2727

2828
dependencies {
29-
implementation 'org.openjdk.jmh:jmh-core:1.22'
29+
implementation 'org.openjdk.jmh:jmh-core:1.35'
3030
implementation 'com.google.guava:guava:31.1-jre'
3131
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
3232
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.13.3'

buildSrc/build.gradle.kts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,3 @@ dependencies {
3232
implementation(kotlin("gradle-plugin", kotlinVersion))
3333
}
3434

35-
kotlinDslPluginOptions {
36-
experimentalWarning.set(false)
37-
}

0 commit comments

Comments
 (0)