Pill: Add extra stdlib jars as dist libraries
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
description = 'Kotlin Standard Library JRE 7 extension (deprecated)'
|
||||
|
||||
apply plugin: 'kotlin'
|
||||
apply plugin: 'pill-configurable'
|
||||
|
||||
configureJvm6Project(project)
|
||||
configureDist(project)
|
||||
configurePublishing(project)
|
||||
ext.javaHome = JDK_17
|
||||
|
||||
pill {
|
||||
importAsLibrary = true
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(':kotlin-stdlib')
|
||||
testCompile project(':kotlin-test:kotlin-test-junit')
|
||||
|
||||
Reference in New Issue
Block a user