[repo] Migrate Groovy build scripts to use 'publish()' directly from buildSrc

This commit is contained in:
Yahor Berdnikau
2023-06-30 19:01:24 +02:00
committed by Space Team
parent d7fc4a1d27
commit 73a757c105
10 changed files with 9 additions and 15 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ description = 'Kotlin Common Standard Library'
apply plugin: 'kotlin-platform-common'
configurePublishing(project)
RepoArtifacts.publish(project)
JvmToolchain.updateJvmTarget(project, "1.8")