Skip to content

Commit 5283e9a

Browse files
committed
Another publishing fix
1 parent f6e6191 commit 5283e9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ publishing {
496496
// see https://docs.gradle.org/current/userguide/publishing_customization.html#sec:publishing_maven:conditional_publishing
497497
tasks.withType<PublishToMavenRepository>().configureEach {
498498
val predicate = provider {
499-
(publication == publications["mod"] && repository == repositories["Sonatype"]) ||
499+
(publication == publications["mod"] && repository == repositories["central"]) ||
500500
(publication == publications["versionedMod"] && repository == repositories["DaPorkchop_"])
501501
}
502502
onlyIf("publishing mod to Sonatype repository, and versioned mod to DaPorkchop_ repository") {

0 commit comments

Comments
 (0)