Deprecate modules of the empty artifacts to discourage their usage
#KT-51907
This commit is contained in:
@@ -49,6 +49,10 @@ jar {
|
||||
from sourceSets.java9.output
|
||||
}
|
||||
|
||||
sourcesJar {
|
||||
from sourceSets.java9.allSource
|
||||
}
|
||||
|
||||
|
||||
artifacts {
|
||||
archives sourcesJar
|
||||
|
||||
Reference in New Issue
Block a user