Skip to content

Commit de3871c

Browse files
authored
chore: remove jmh from projects that don't have any benchmarks (#8854)
1 parent 0ebd52b commit de3871c

File tree

3 files changed

+1
-21
lines changed

3 files changed

+1
-21
lines changed

components/cli/build.gradle.kts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
plugins {
2-
id("me.champeau.jmh")
3-
}
4-
51
apply(from = "$rootDir/gradle/java.gradle")
6-
7-
jmh {
8-
version = "1.28"
9-
}
Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
1-
plugins {
2-
id("me.champeau.jmh")
3-
}
4-
51
apply(from = "$rootDir/gradle/java.gradle")
62

7-
jmh {
8-
version = "1.28"
9-
}
10-
113
val excludedClassesInstructionCoverage by extra {
124
listOf("datadog.context.ContextProviders") // covered by forked test
135
}

components/yaml/build.gradle.kts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
plugins {
2-
id("me.champeau.jmh")
2+
`java-library`
33
}
44

55
apply(from = "$rootDir/gradle/java.gradle")
66

7-
jmh {
8-
version = "1.28"
9-
}
10-
117
// https://repo1.maven.org/maven2/org/yaml/snakeyaml/2.4/snakeyaml-2.4.pom
128
dependencies {
139
implementation("org.yaml", "snakeyaml", "2.4")

0 commit comments

Comments
 (0)