Build: Make Gradle plugin publications reuse POMs from the main one
#KTI-571
This commit is contained in:
committed by
teamcityserver
parent
80677c88cb
commit
a0469a1d62
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user