Stop distributing and publishing obsolete artifacts

Keep stdlib-jreN dist for tests only.

#KT-23799
This commit is contained in:
Ilya Gorbunov
2018-08-12 01:06:16 +03:00
parent b7b5fd75b8
commit c8becbd335
5 changed files with 16 additions and 15 deletions
-5
View File
@@ -150,11 +150,6 @@ dist {
from(it) {
rename('dist-', '')
}
// legacy
from(it) {
rename('dist-', '')
rename('kotlin-stdlib', 'kotlin-runtime')
}
}
from (configurations.compile) {
include 'annotations*.jar'