Move resources: remove build code that not required anymore

This commit is contained in:
Sergey Rostov
2018-11-27 15:59:09 +03:00
parent d3dc1d8164
commit 2fac72cd99
5 changed files with 5 additions and 15 deletions
+1 -3
View File
@@ -29,9 +29,7 @@ sourceSets {
"test" { projectDefault() }
}
val jar = runtimeJar {
from(fileTree("$projectDir/src")) { include("META-INF/**") }
}
val jar = runtimeJar {}
testsJar {}