File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11import com.vanniktech.maven.publish.MavenPublishBaseExtension
2- import com.vanniktech.maven.publish.SonatypeHost
32import org.jetbrains.dokka.gradle.DokkaTask
43import org.jetbrains.kotlin.gradle.dsl.JvmTarget
54import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
@@ -124,7 +123,7 @@ subprojects {
124123 plugins.withId(" com.vanniktech.maven.publish.base" ) {
125124 configure<MavenPublishBaseExtension > {
126125 val isAutoReleased = project.hasProperty(" signingInMemoryKey" )
127- publishToMavenCentral(SonatypeHost . CENTRAL_PORTAL , automaticRelease = true )
126+ publishToMavenCentral(automaticRelease = true )
128127 if (isAutoReleased) {
129128 signAllPublications()
130129 }
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryErro
55# For gradle-maven-publish plugin: https://vanniktech.github.io/gradle-maven-publish-plugin/central/
66SONATYPE_CONNECT_TIMEOUT_SECONDS =300
77SONATYPE_CLOSE_TIMEOUT_SECONDS =900
8- # SONATYPE_HOST=S01 for publishing through s01.oss.sonatype.org
98RELEASE_SIGNING_ENABLED =true
109skipAndroid =false
1110android.nonTransitiveRClass =false
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dokka = "2.0.0"
66junit = " 4.13.2"
77kotlin = " 2.1.21"
88kotlinpoet = " 2.2.0"
9- mavenplugin = " 0.33 .0"
9+ mavenplugin = " 0.34 .0"
1010moshi = " 1.15.2"
1111okhttp = " 4.12.0"
1212okio = " 3.14.0"
You can’t perform that action at this time.
0 commit comments