Deprecate modules of the empty artifacts to discourage their usage

#KT-51907
This commit is contained in:
Ilya Gorbunov
2022-09-14 16:09:40 +02:00
committed by Space
parent e51d25fb60
commit 18e4d9e16c
4 changed files with 15 additions and 0 deletions
+4
View File
@@ -49,6 +49,10 @@ jar {
from sourceSets.java9.output
}
sourcesJar {
from sourceSets.java9.allSource
}
artifacts {
archives sourcesJar