Skip to content

Commit

Permalink
Fix the bug with showing changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mahozad committed Jun 13, 2024
1 parent 7cd6f21 commit 826ea53
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ val uiTest = task<Test>("uiTest") {
}
tasks.check { dependsOn(uiTest) }

tasks.processResources {
from(rootDir.toPath() / "CHANGELOG.md")
}

tasks.withType<Test> {
useJUnitPlatform()
// See https://github.com/JetBrains/compose-multiplatform/issues/3244
Expand Down

0 comments on commit 826ea53

Please sign in to comment.