We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5889079 commit 554badcCopy full SHA for 554badc
build.gradle.kts
@@ -18,7 +18,7 @@ group = property("GROUP") as String
18
version = property("VERSION_NAME") as String
19
20
mavenPublishing {
21
- publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
+ publishToMavenCentral(automaticRelease = true)
22
signAllPublications()
23
}
24
gradle/libs.versions.toml
@@ -3,7 +3,7 @@ kotlin = "2.1.20"
3
binaryCompabilityValidator = "0.15.1"
4
agp = "8.10.1"
5
detekt = "1.23.7"
6
-mavenPublish = "0.32.0"
+mavenPublish = "0.33.0"
7
junit = "4.13.2"
8
truth = "1.1.3"
9
testParameterInjector = "1.18"
0 commit comments