Compare commits
No commits in common. "a8efa8fc2b285e33614dbbd5bad99d23d06bf97e" and "6737e67cda643a6c655785684f50b0b441fd41f4" have entirely different histories.
a8efa8fc2b
...
6737e67cda
10
build.gradle
10
build.gradle
|
@ -3,7 +3,6 @@ plugins {
|
|||
id 'application'
|
||||
id 'org.openjfx.javafxplugin' version '0.0.13'
|
||||
id 'org.beryx.jlink' version '2.25.0'
|
||||
id 'jacoco'
|
||||
}
|
||||
|
||||
group 'ch.zhaw.gartenverwaltung'
|
||||
|
@ -46,15 +45,6 @@ dependencies {
|
|||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
finalizedBy jacocoTestReport
|
||||
}
|
||||
|
||||
jacocoTestReport {
|
||||
dependsOn test
|
||||
}
|
||||
|
||||
jacoco {
|
||||
toolVersion = "0.8.8"
|
||||
}
|
||||
|
||||
jlink {
|
||||
|
|
Loading…
Reference in New Issue