Pill: Support all Gradle source sets, not just main/test

This commit is contained in:
Yan Zhulanow
2020-01-24 22:19:43 +09:00
parent 3acf7a4679
commit 73813aef23
24 changed files with 446 additions and 551 deletions
-5
View File
@@ -19,17 +19,12 @@ buildscript {
plugins {
java
id("pill-configurable")
}
callGroovy("configureJavaOnlyJvm6Project", project)
publish()
pill {
importAsLibrary = true
}
val core = "$rootDir/core"
val relocatedCoreSrc = "$buildDir/core-relocated"
val libsDir = property("libsDir")