Build: Make Gradle plugin publications reuse POMs from the main one

#KTI-571
This commit is contained in:
Vyacheslav Gerasimov
2021-06-04 03:00:56 +03:00
committed by teamcityserver
parent 80677c88cb
commit a0469a1d62
10 changed files with 40 additions and 16 deletions
+4
View File
@@ -135,6 +135,10 @@ ext.configurePublishing = { Project project, configure = { } ->
}
}
ext.configureGradlePluginPublishing = { Project project ->
ArtifactsKt.publishGradlePlugin(project)
}
ext.configurePluginMarkers = { Project project, withEmptyJars = true ->
PluginMarkersKt.publishPluginMarkers(project, withEmptyJars)
}