Move resources: remove includes from src to resources, include resource folder in custom build scripts

This commit is contained in:
Sergey Rostov
2018-11-27 10:21:52 +03:00
parent 5623c74543
commit 74f6c8ac5c
11 changed files with 33 additions and 11 deletions
+1 -1
View File
@@ -84,7 +84,7 @@ sourceSets {
}
val jar: Jar by tasks
jar.from("../idea/src") {
jar.from("../idea/resources") {
include("META-INF/extensions/compiler.xml")
}