File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ apply plugin: 'me.champeau.jmh'
11
11
12
12
sourceCompatibility = 1.8
13
13
targetCompatibility = 1.8
14
- jmh. jmhVersion = " 1.22 "
14
+ jmh. jmhVersion = " 1.35 "
15
15
16
16
processJmhResources {
17
17
doFirst {
@@ -26,7 +26,7 @@ jmhJar {
26
26
}
27
27
28
28
dependencies {
29
- implementation ' org.openjdk.jmh:jmh-core:1.22 '
29
+ implementation ' org.openjdk.jmh:jmh-core:1.35 '
30
30
implementation ' com.google.guava:guava:31.1-jre'
31
31
implementation ' com.fasterxml.jackson.core:jackson-databind:2.13.3'
32
32
implementation ' com.fasterxml.jackson.module:jackson-module-kotlin:2.13.3'
Original file line number Diff line number Diff line change @@ -32,6 +32,3 @@ dependencies {
32
32
implementation(kotlin(" gradle-plugin" , kotlinVersion))
33
33
}
34
34
35
- kotlinDslPluginOptions {
36
- experimentalWarning.set(false )
37
- }
You can’t perform that action at this time.
0 commit comments