Skip to content

Commit

Permalink
fix: Ok, don't skip it all
Browse files Browse the repository at this point in the history
  • Loading branch information
JanCizmar committed Sep 9, 2024
1 parent 8315e84 commit b4f2b21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,6 @@ rootProject.subprojects {
tasks.findByName("bootJar")?.onlyIf { !skipServerBuild }
tasks.findByName("classes")?.onlyIf { !skipServerBuild }
tasks.findByName("compileTestKotlin")?.onlyIf { !skipServerBuild }
tasks.findByName("processTestResources")?.onlyIf { !skipServerBuild }
tasks.findByName("processResources")?.onlyIf { !skipServerBuild }
tasks.findByName("testClasses")?.onlyIf { !skipServerBuild }
}
}

Expand Down

0 comments on commit b4f2b21

Please sign in to comment.