Skip to content

Commit 554badc

Browse files
committed
Gradle maven publish plugin 0.33.0.
1 parent 5889079 commit 554badc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ group = property("GROUP") as String
1818
version = property("VERSION_NAME") as String
1919

2020
mavenPublishing {
21-
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
21+
publishToMavenCentral(automaticRelease = true)
2222
signAllPublications()
2323
}
2424

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kotlin = "2.1.20"
33
binaryCompabilityValidator = "0.15.1"
44
agp = "8.10.1"
55
detekt = "1.23.7"
6-
mavenPublish = "0.32.0"
6+
mavenPublish = "0.33.0"
77
junit = "4.13.2"
88
truth = "1.1.3"
99
testParameterInjector = "1.18"

0 commit comments

Comments
 (0)