Skip to content

Commit 3510257

Browse files
committed
fix: package registry url
1 parent c2c4d15 commit 3510257

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ publishing {
5353

5454
String owner = System.getenv('GITHUB_USERNAME')
5555
String repository = System.getenv('GITHUB_REPOSITORY') ?: 'menu-api'
56-
url = "https://maven.pkg.github.com/" + owner "/" + repository
56+
57+
url = "https://maven.pkg.github.com/${owner}/${repository}"
5758
}
5859
}
5960
}

0 commit comments

Comments
 (0)