Skip to content

Commit e967f65

Browse files
Follow-up: fix script error due to Gradle 8 regression.
1 parent 867c90a commit e967f65

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
@@ -83,7 +83,7 @@ tasks.wrapper {
8383
// This plugin ensures a separate, named staging repo is created for each build when publishing.
8484
apply(plugin = "io.github.gradle-nexus.publish-plugin")
8585
configure<io.github.gradlenexus.publishplugin.NexusPublishExtension> {
86-
repositories {
86+
this.repositories {
8787
sonatype {
8888
if (project.hasProperty("sonatypeUsername") && project.hasProperty("sonatypePassword")) {
8989
println("nexusPublishing credentials supplied.")

0 commit comments

Comments
 (0)