KT-50059 Stop publishing artifacts with 'modular' classifier

This commit is contained in:
Ilya Gorbunov
2021-12-04 22:01:40 +03:00
committed by Space
parent d5372521f1
commit 2954769296
9 changed files with 0 additions and 117 deletions
-7
View File
@@ -89,13 +89,6 @@ allprojects { project ->
}
}
project.ext.configureModularJar = { lambda = {} ->
ArtifactsKt.modularJar(project) { task ->
lambda.delegate = task
lambda()
}
}
dependencies.ext.kotlinStdlib = { suffix ->
DependenciesKt.kotlinStdlib(project, suffix, null)
}