Skip to content

Commit 45877a3

Browse files
committed
Actually return the value
1 parent efa64f5 commit 45877a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle-plugin/src/main/kotlin/xyz/block/artifactswap/ArtifactSwapProjectPublishPlugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ class ArtifactSwapProjectPublishPlugin : Plugin<Project> {
184184

185185
private fun Project.getArtifactRepositoryUrl(): String {
186186
// Support legacy property name to ease migrations
187-
providers
187+
return providers
188188
.gradleProperty("artifactswap.artifactRepo.url")
189189
.orElse(providers.gradleProperty("square.sandbagsUrl"))
190190
.orNull

0 commit comments

Comments
 (0)