Skip to content

Commit

Permalink
Update JMH to 1.35 to be able to use dtraceasm on newer OSe (Kotlin#2067
Browse files Browse the repository at this point in the history
)

* Cleanup minor deprecations in Gradle scripts
  • Loading branch information
qwwdfsad authored and fred01 committed Nov 24, 2022
1 parent 48af6ea commit fcd48b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions benchmark/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ apply plugin: 'me.champeau.jmh'

sourceCompatibility = 1.8
targetCompatibility = 1.8
jmh.jmhVersion = "1.22"
jmh.jmhVersion = "1.35"

processJmhResources {
doFirst {
Expand All @@ -26,7 +26,7 @@ jmhJar {
}

dependencies {
implementation 'org.openjdk.jmh:jmh-core:1.22'
implementation 'org.openjdk.jmh:jmh-core:1.35'
implementation 'com.google.guava:guava:31.1-jre'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.3'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.13.3'
Expand Down
3 changes: 0 additions & 3 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,3 @@ dependencies {
implementation(kotlin("gradle-plugin", kotlinVersion))
}

kotlinDslPluginOptions {
experimentalWarning.set(false)
}

0 comments on commit fcd48b2

Please sign in to comment.