Skip to content

Commit

Permalink
Clean gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedRejeb committed Dec 2, 2023
1 parent 3c040de commit 76d31ea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,4 @@ allprojects {
}

apply(plugin = "org.jetbrains.kotlinx.kover")

// TODO: remove after https://youtrack.jetbrains.com/issue/KT-46466 is fixed
// project.tasks.withType(AbstractPublishToMaven::class.java).configureEach {
// dependsOn(project.tasks.withType(Sign::class.java))
// }

}

0 comments on commit 76d31ea

Please # to comment.