Move resources: remove build code that not required anymore
This commit is contained in:
@@ -29,9 +29,7 @@ sourceSets {
|
||||
"test" { projectDefault() }
|
||||
}
|
||||
|
||||
val jar = runtimeJar {
|
||||
from(fileTree("$projectDir/src")) { include("META-INF/**") }
|
||||
}
|
||||
val jar = runtimeJar {}
|
||||
|
||||
testsJar {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user