Skip to content

Commit 3290573

Browse files
committed
solve publish plugin addition
1 parent eaf869c commit 3290573

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include-build/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
plugins {
22
alias(libs.plugins.kotlin.jvm) apply false
33
alias(libs.plugins.detekt)
4+
alias(libs.plugins.publish)
45
}
56

67
allprojects {
@@ -14,3 +15,5 @@ allprojects {
1415
buildUponDefaultConfig = true
1516
}
1617
}
18+
19+
apply("${rootProject.projectDir}/../publish_maven_central.gradle")

0 commit comments

Comments
 (0)