kotlin-ant: move resources to separate folder

This commit is contained in:
Sergey Rostov
2018-12-13 10:38:50 +03:00
parent 74271cfecd
commit 8d8d6ece88
2 changed files with 0 additions and 1 deletions
-1
View File
@@ -17,7 +17,6 @@ sourceSets {
} }
runtimeJar { runtimeJar {
from("$projectDir/src") { include("**/*.xml") }
manifest.attributes.put("Class-Path", "kotlin-stdlib.jar kotlin-reflect.jar kotlin-script-runtime.jar kotlin-preloader.jar") manifest.attributes.put("Class-Path", "kotlin-stdlib.jar kotlin-reflect.jar kotlin-script-runtime.jar kotlin-preloader.jar")
} }