File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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)
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments