Skip to content

Commit

Permalink
Duplicated code removed
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorndarri committed Sep 10, 2024
1 parent 4aa2315 commit 2455889
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,6 @@ configure(subprojects) {
options.isDeprecation = true
}

tasks.withType<JavaCompile>().configureEach {
options.encoding = "UTF-8"
options.isDeprecation = true
}

tasks.withType<JacocoReport> {
reports {
xml.required.set(true)
Expand Down

0 comments on commit 2455889

Please sign in to comment.