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
@@ -43,9 +43,7 @@ tasks.withType<org.jetbrains.kotlin.gradle.dsl.KotlinCompile<*>> {
}
}
val jar = runtimeJar {
from(fileTree("$projectDir/src")) { include("META-INF/**") }
}
val jar = runtimeJar {}
sourcesJar()
javadocJar()