Skip to content

Commit 5c84871

Browse files
committed
chore: reenable auto deployment to maven central
1 parent 81cdec4 commit 5c84871

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/build-logic/src/main/kotlin/plugin.publishing.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins { com.vanniktech.maven.publish }
66
group = libs.versions.group.get()
77

88
mavenPublishing {
9-
publishToMavenCentral(host = SonatypeHost.CENTRAL_PORTAL, automaticRelease = false)
9+
publishToMavenCentral(host = SonatypeHost.CENTRAL_PORTAL, automaticRelease = true)
1010

1111
if (hasSigningKey) {
1212
signAllPublications()

sandbox/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ semver.commitsMaxCount=100
2121
# semver.logOnlyOnRootProject=true
2222

2323
# Sandbox Testing
24-
test.version=0.7.0.5+86ff929
24+
test.version=0.8.0

0 commit comments

Comments
 (0)