File tree Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Expand file tree Collapse file tree 5 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 6262
6363// Vanniktech Maven Publish Plugin Configuration
6464mavenPublishing {
65- // Publish to Maven Central Portal (new system)
66- publishToMavenCentral(com.vanniktech.maven.publish.SonatypeHost .CENTRAL_PORTAL )
65+ // Maven Central publishing is configured via gradle.properties (mavenCentralPublishing=true)
6766
6867 // Sign all publications with GPG
6968 signAllPublications()
Original file line number Diff line number Diff line change @@ -4,4 +4,7 @@ org.jetbrains.dokka.experimental.gradle.pluginMode=V2EnabledWithHelpers
44
55# Project version
66version =0.1.0
7- group =it.saabel
7+ group =it.saabel
8+
9+ # Maven Central Publishing (Vanniktech Maven Publish Plugin)
10+ mavenCentralPublishing =true
Original file line number Diff line number Diff line change 22kotest = " 6.0.4"
33ben-manes-versions = " 0.53.0"
44dokka = " 2.1.0"
5- kotlin = " 2.2.20 "
5+ kotlin = " 2.2.21 "
66kotlinter = " 5.2.0"
7- maven-publish = " 0.30 .0"
7+ maven-publish = " 0.34 .0"
88# kotlinx-datetime: Using 0.6.2 instead of 0.7.x because 0.7.x migrated to kotlin.time.Instant
99# which is still @ExperimentalTime in Kotlin 2.2. Using experimental APIs in a library is
1010# problematic as it forces instability on users. 0.6.x uses stable kotlinx.datetime.Instant.
1111# We'll upgrade to 0.7.x+ when kotlin.time types are stabilized (likely Kotlin 2.3+).
1212kotlinx-datetime = " 0.6.2"
1313kotlinx-serialization-json = " 1.9.0"
1414ktor = " 3.3.1"
15- logback = " 1.5.19 "
15+ logback = " 1.5.20 "
1616slf4j = " 2.0.17"
1717
1818[plugins ]
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-9.1 .0-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2 .0-bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments