@ -18,4 +18,19 @@ dependencies {
test {
useJUnitPlatform()
}
task abgabe(type: Zip) {
if(project.hasProperty("n")) {
includeEmptyDirs = false
from("src/main/") {
into("main")
from("src/test/") {
into("test")
include "java/_$n/**/*"
include "resources/$n/**/*"
archiveName "omp-uebung${n}-lukas.zip"