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 1
1
import com.vanniktech.maven.publish.MavenPublishBaseExtension
2
- import com.vanniktech.maven.publish.SonatypeHost
3
2
import org.jetbrains.dokka.gradle.DokkaTask
4
3
import org.jetbrains.kotlin.gradle.dsl.JvmTarget
5
4
import org.jetbrains.kotlin.gradle.dsl.KotlinVersion
@@ -124,7 +123,7 @@ subprojects {
124
123
plugins.withId(" com.vanniktech.maven.publish.base" ) {
125
124
configure<MavenPublishBaseExtension > {
126
125
val isAutoReleased = project.hasProperty(" signingInMemoryKey" )
127
- publishToMavenCentral(SonatypeHost . CENTRAL_PORTAL , automaticRelease = true )
126
+ publishToMavenCentral(automaticRelease = true )
128
127
if (isAutoReleased) {
129
128
signAllPublications()
130
129
}
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=1g -XX:+HeapDumpOnOutOfMemoryErro
5
5
# For gradle-maven-publish plugin: https://vanniktech.github.io/gradle-maven-publish-plugin/central/
6
6
SONATYPE_CONNECT_TIMEOUT_SECONDS =300
7
7
SONATYPE_CLOSE_TIMEOUT_SECONDS =900
8
- # SONATYPE_HOST=S01 for publishing through s01.oss.sonatype.org
9
8
RELEASE_SIGNING_ENABLED =true
10
9
skipAndroid =false
11
10
android.nonTransitiveRClass =false
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dokka = "2.0.0"
6
6
junit = " 4.13.2"
7
7
kotlin = " 2.1.21"
8
8
kotlinpoet = " 2.2.0"
9
- mavenplugin = " 0.33 .0"
9
+ mavenplugin = " 0.34 .0"
10
10
moshi = " 1.15.2"
11
11
okhttp = " 4.12.0"
12
12
okio = " 3.14.0"
You can’t perform that action at this time.
0 commit comments