Add builds for main stdlib, stdlib jre7/8, kotlin.test
This commit is contained in:
committed by
Ilya Gorbunov
parent
ed9221cb7d
commit
35a135cbf6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user