Skip to content

Commit

Permalink
Remove JMH plugin from selekt-java until it can be fixed for KSP.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed Aug 17, 2024
1 parent 759c417 commit d57aebd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
./gradlew :koverVerify -x integrationTest
- name: 'Build others'
run: |
./gradlew assembleAndroidTest :AndroidCLI:assembleDebug :selekt-android-lint:assemble jmhClasses
./gradlew assembleAndroidTest :AndroidCLI:assembleDebug :selekt-android-lint:assemble
- name: 'Tear down'
if: always()
run: |
Expand Down
2 changes: 0 additions & 2 deletions selekt-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ plugins {
alias(libs.plugins.dokka)
`maven-publish`
signing
id("bb-jmh")
alias(libs.plugins.detekt)
alias(libs.plugins.ktlint)
}
Expand Down Expand Up @@ -62,7 +61,6 @@ val integrationTestRuntimeOnly: Configuration by configurations.getting {
dependencies {
implementation(projects.selektApi)
implementation(projects.selektSqlite3Classes)
jmhImplementation(libs.kotlinx.coroutines.core)
}

publishing {
Expand Down

0 comments on commit d57aebd

Please sign in to comment.