Problems with the merge to main
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
id 'jacoco'
|
||||
id 'application'
|
||||
}
|
||||
|
||||
group = 'hhn.temp.project'
|
||||
@@ -52,3 +53,9 @@ jacocoTestReport {
|
||||
html.outputLocation.set(layout.buildDirectory.dir('jacocoHtml'))
|
||||
}
|
||||
}
|
||||
jacocoTestCoverageVerification {
|
||||
dependsOn test
|
||||
}
|
||||
application {
|
||||
mainClass = "hhn.temp.project.Main"
|
||||
}
|
||||
Reference in New Issue
Block a user