Pill: Support all Gradle source sets, not just main/test
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user