Pill: Add extra stdlib jars as dist libraries

This commit is contained in:
Yan Zhulanow
2018-08-06 15:04:47 +03:00
parent 54470fe2b7
commit 769a0d7701
5 changed files with 25 additions and 0 deletions
+5
View File
@@ -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')