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