Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
ciscoo committed Aug 16, 2024
1 parent 39b13a5 commit 8e45e53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pluginManager.withPlugin("java") {
finalizedBy(jacocoTestReport)
}
jacocoTestReport {

dependsOn(test)
}
jacocoTestCoverageVerification {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ version=1.0.0-SNAPSHOT

org.gradle.caching=true
org.gradle.parallel=true
org.gradle.java.installations.fromEnv=JDK21,JDK23
org.gradle.java.installations.fromEnv=JDK21,JDK23

0 comments on commit 8e45e53

Please sign in to comment.