File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ detekt = "1.23.8"
55spotless = " 8.0.0"
66kotlinDokka = " 2.0.0"
77gradlePluginPublish = " 2.0.0"
8- mavenPublish = " 0.32 .0"
8+ mavenPublish = " 0.34 .0"
99
1010[libraries ]
1111android-gradle-plugin = { group = " com.android.tools.build" , name = " gradle" , version.ref = " agp" }
Original file line number Diff line number Diff line change 11import com.vanniktech.maven.publish.GradlePlugin
22import com.vanniktech.maven.publish.JavadocJar
3- import com.vanniktech.maven.publish.SonatypeHost
43import org.jetbrains.kotlin.gradle.dsl.JvmTarget
54
65plugins {
@@ -39,7 +38,8 @@ gradlePlugin {
3938 id = " io.getstream.project"
4039 implementationClass = " io.getstream.android.RootConventionPlugin"
4140 displayName = " Stream Root Convention Plugin"
42- description = " Root convention plugin for Stream projects - configures project-wide settings"
41+ description =
42+ " Root convention plugin for Stream projects - configures project-wide settings"
4343 tags = listOf (" stream" , " conventions" , " configuration" )
4444 }
4545 create(" androidLibrary" ) {
@@ -74,7 +74,7 @@ gradlePlugin {
7474}
7575
7676mavenPublishing {
77- publishToMavenCentral(SonatypeHost . CENTRAL_PORTAL , automaticRelease = true )
77+ publishToMavenCentral(automaticRelease = true )
7878 configure(GradlePlugin (javadocJar = JavadocJar .Javadoc (), sourcesJar = true ))
7979
8080 pom {
You can’t perform that action at this time.
0 commit comments