Build: Centralize compiler dist build logic in :kotlin-compiler project
This commit is contained in:
@@ -68,11 +68,3 @@ artifacts {
|
||||
if (project.findProperty("kotlin.stdlib.js.ir.publish")?.toBoolean() == true) {
|
||||
configurePublishing(project)
|
||||
}
|
||||
|
||||
if (project.findProperty("kotlin.stdlib.js.ir.dist")?.toBoolean() == true) {
|
||||
configureDist(project)
|
||||
|
||||
dist {
|
||||
from(jar, sourcesJar)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user