Build: Migrate plugin markers to maven-publish publication

This commit is contained in:
Vyacheslav Gerasimov
2020-05-06 12:28:30 +03:00
parent da6c2ddb2f
commit eeb2f7d3d1
14 changed files with 80 additions and 88 deletions
+4
View File
@@ -122,6 +122,10 @@ ext.configurePublishing = { Project project, configure = { } ->
}
}
ext.configurePluginMarkers = { Project project, withEmptyJars = true ->
PluginMarkersKt.publishPluginMarkers(project, withEmptyJars)
}
ext.configureLegacyPublishing = { Project project ->
project.configure(project) {
apply plugin: 'maven'