Compare commits

..

No commits in common. "a8efa8fc2b285e33614dbbd5bad99d23d06bf97e" and "6737e67cda643a6c655785684f50b0b441fd41f4" have entirely different histories.

1 changed files with 1 additions and 11 deletions

View File

@ -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 {