Remove old code used to configure Gradle plugin publication.

^KT-49227 In Progress
This commit is contained in:
Yahor Berdnikau
2021-11-17 14:02:00 +01:00
committed by Space
parent 4c2434ecf0
commit ab564d371e
6 changed files with 0 additions and 161 deletions
-8
View File
@@ -56,14 +56,6 @@ ext.configurePublishing = { Project project, configure = { } ->
}
}
ext.configureGradlePluginPublishing = { Project project ->
ArtifactsKt.publishGradlePlugin(project)
}
ext.configurePluginMarkers = { Project project, withEmptyJars = true ->
PluginMarkersKt.publishPluginMarkers(project, withEmptyJars)
}
ext.configureFrontendIr = { Project project ->
project.tasks.withType(KotlinCompile.class) { task ->
task.kotlinOptions {