Put common sources into kotlin-stdlib-sources going into dist

This commit is contained in:
Ilya Gorbunov
2018-04-08 21:37:23 +03:00
parent 136e6b64f2
commit 2826733e87
3 changed files with 47 additions and 2 deletions
+5
View File
@@ -55,8 +55,13 @@ task sourcesJar(type: Jar, dependsOn: classes) {
from sourceSets.main.kotlin
}
configurations {
sources
}
artifacts {
archives sourcesJar
sources sourcesJar
archives javadocJar
}