File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import com.vanniktech.maven.publish.MavenPublishBaseExtension
2- import com.vanniktech.maven.publish.SonatypeHost
32
43// Top-level build file where you can add configuration options common to all sub-projects/modules.
54
@@ -31,7 +30,6 @@ subprojects {
3130configure(subprojects) {
3231 pluginManager.withPlugin(" com.vanniktech.maven.publish" ) {
3332 extensions.configure<MavenPublishBaseExtension > {
34- publishToMavenCentral(SonatypeHost .DEFAULT )
3533 signAllPublications()
3634 }
3735 }
Original file line number Diff line number Diff line change @@ -15,5 +15,7 @@ POM_DEVELOPER_NAME=Ably
1515POM_DEVELOPER_URL =https://github.com/ably/
1616SONATYPE_STAGING_PROFILE =io.ably
1717
18+ mavenCentralPublishing =true
19+
1820org.gradle.jvmargs =-Xmx1536M
1921android.useAndroidX =true
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ firebase-messaging = "22.0.0"
1515android-test = " 1.0.2"
1616dexmaker = " 1.4"
1717android-retrostreams = " 1.7.4"
18- maven-publish = " 0.30 .0"
18+ maven-publish = " 0.34 .0"
1919lombok = " 8.10"
2020okhttp = " 4.12.0"
2121test-retry = " 1.6.0"
You can’t perform that action at this time.
0 commit comments