Skip to content

Commit 6114457

Browse files
Merge pull request #4 from square/zachklipp/remove-jmh
Remove unused JMH dependencies and configuration.
2 parents 83f9119 + c793477 commit 6114457

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

.github/workflows/kotlin.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,6 @@ jobs:
7373
- lint
7474
- ktlintCheck
7575
- detekt
76-
# Build the JMH benchmarks to verify, but don't run them.
77-
- jmhJar
7876
steps:
7977
- uses: actions/checkout@v2
8078
- name: set up JDK 1.8

build.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ buildscript {
2323
classpath(Dependencies.android_gradle_plugin)
2424
classpath(Dependencies.detekt)
2525
classpath(Dependencies.dokka)
26-
classpath(Dependencies.Jmh.gradlePlugin)
2726
classpath(Dependencies.Kotlin.binaryCompatibilityValidatorPlugin)
2827
classpath(Dependencies.Kotlin.gradlePlugin)
2928
classpath(Dependencies.Kotlin.Serialization.gradlePlugin)

buildSrc/src/main/java/Dependencies.kt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,6 @@ object Dependencies {
9898

9999
const val dokka = "org.jetbrains.dokka:dokka-gradle-plugin:0.10.0"
100100

101-
object Jmh {
102-
const val gradlePlugin = "me.champeau.gradle:jmh-gradle-plugin:0.5.0"
103-
const val core = "org.openjdk.jmh:jmh-core:1.23"
104-
const val generator = "org.openjdk.jmh:jmh-generator-annprocess:1.23"
105-
}
106-
107101
const val mavenPublish = "com.vanniktech:gradle-maven-publish-plugin:0.11.1"
108102
const val ktlint = "org.jlleitschuh.gradle:ktlint-gradle:9.2.0"
109103
const val lanterna = "com.googlecode.lanterna:lanterna:3.0.2"

0 commit comments

Comments
 (0)