Skip to content

Commit

Permalink
bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
midttuna committed Dec 2, 2024
1 parent 63c4e1e commit fd1b39b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdccc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.tasks.KotlinCompile> {
tasks.check {
dependsOn(detektTask)
dependsOn("spotbugsMain")
dependsOn("spotbugsTest"))
dependsOn("spotbugsTest")
dependsOn("downloadAndUnpackJre")
}

Expand Down

0 comments on commit fd1b39b

Please sign in to comment.