Skip to content

Commit

Permalink
Pre-release cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rock3r committed Sep 1, 2023
1 parent 3c239ec commit 0096df0
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 480 deletions.
3 changes: 2 additions & 1 deletion buildSrc/src/main/kotlin/jewel.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ tasks {
}
}
withType<LintTask> {
exclude { it.file.absolutePath.startsWith(layout.buildDirectory.asFile.get().absolutePath) }
exclude { it.file.absolutePath.contains("build/generated") }

val sarifReport = layout.buildDirectory.file("reports/ktlint-${project.name}.sarif")
reports = provider {
mapOf(
Expand Down
1 change: 0 additions & 1 deletion core/src/main/kotlin/org/jetbrains/jewel/Button.kt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ private fun ButtonImpl(
val shape = RoundedCornerShape(style.metrics.cornerSize)
val colors = style.colors
val borderColor by colors.borderFor(buttonState)
println("state: $buttonState ($enabled) -> $borderColor")

Box(
modifier = modifier
Expand Down
9 changes: 0 additions & 9 deletions foundation/build.gradle.kts

This file was deleted.

9 changes: 0 additions & 9 deletions themes/darcula/darcula-ide/build.gradle.kts

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 0096df0

Please sign in to comment.