[repo] Migrate Groovy build scripts to use 'publish()' directly from buildSrc
This commit is contained in:
committed by
Space Team
parent
d7fc4a1d27
commit
73a757c105
@@ -273,6 +273,7 @@ fun Project.standardPublicJars() {
|
||||
javadocJar()
|
||||
}
|
||||
|
||||
@JvmOverloads
|
||||
fun Project.publish(moduleMetadata: Boolean = false, sbom: Boolean = true, configure: MavenPublication.() -> Unit = { }) {
|
||||
apply<KotlinBuildPublishingPlugin>()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user