File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 11@file:OptIn(ExperimentalWasmDsl ::class )
22
3- import com.vanniktech.maven.publish.SonatypeHost
43import io.gitlab.arturbosch.detekt.Detekt
54import org.jetbrains.kotlin.gradle.ExperimentalWasmDsl
65import org.jetbrains.kotlin.gradle.dsl.JvmTarget
@@ -100,7 +99,7 @@ dokka {
10099}
101100
102101mavenPublishing {
103- publishToMavenCentral(SonatypeHost . CENTRAL_PORTAL )
102+ publishToMavenCentral()
104103 signAllPublications()
105104 coordinates(
106105 groupId = " net.swiftzer.semver" ,
Original file line number Diff line number Diff line change @@ -3,5 +3,3 @@ kotlin.native.cacheKind.linuxX64=none
33org.gradle.caching =true
44org.gradle.jvmargs =-Dfile.encoding =UTF-8
55org.gradle.parallel =true
6- org.jetbrains.dokka.experimental.gradle.pluginMode =V2Enabled
7- org.jetbrains.dokka.experimental.gradle.pluginMode.noWarn =true
Original file line number Diff line number Diff line change 11[versions ]
22burst = " 2.10.2"
33detekt = " 1.23.8"
4- dokka = " 2.0 .0"
5- gradleMavenPublish = " 0.33 .0"
4+ dokka = " 2.1 .0"
5+ gradleMavenPublish = " 0.35 .0"
66kotest = " 5.9.1"
77kotlin = " 2.2.21"
88kotlinxBinaryCompatibilityValidator = " 0.18.1"
You can’t perform that action at this time.
0 commit comments