Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
fix: fix deploy (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaconsalvi authored Apr 12, 2024
1 parent 070230e commit 4908c1b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ jacoco {
toolVersion = "${jacocoToolVersion}"
}

// runs jacocoTestCoverageVerification before complete check
check {
dependsOn jacocoTestCoverageVerification
}

def jacocoQuarkusPath = project.layout.buildDirectory.file("jacoco-quarkus.exec")

Expand Down

0 comments on commit 4908c1b

Please sign in to comment.