Pill: Support all Gradle source sets, not just main/test
This commit is contained in:
@@ -1,15 +1,10 @@
|
||||
description 'Kotlin Script Runtime'
|
||||
|
||||
apply plugin: 'kotlin'
|
||||
apply plugin: 'pill-configurable'
|
||||
|
||||
configureJvm6Project(project)
|
||||
configurePublishing(project)
|
||||
|
||||
pill {
|
||||
importAsLibrary = true
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly kotlinStdlib()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user