Skip to content

Commit

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

tasks.withType<com.github.spotbugs.snom.SpotBugsTask> {
Expand Down

0 comments on commit 63c4e1e

Please sign in to comment.