Add builds for main stdlib, stdlib jre7/8, kotlin.test

This commit is contained in:
Ilya Chernikov
2017-01-04 15:00:47 +01:00
committed by Ilya Gorbunov
parent ed9221cb7d
commit 35a135cbf6
7 changed files with 257 additions and 5 deletions
+5
View File
@@ -32,6 +32,11 @@ subprojects {
from("${rootDir}/../dist/kotlinc/build.txt") { into("META-INF/") }
}
// TODO: use dokka instead?
javadoc {
failOnError = false
}
task sourcesJar(type: Jar, dependsOn:classes) {
classifier = 'sources'
from sourceSets.main.allSource