Skip to content

Commit 51a72e2

Browse files
committed
fixed github package publish URL
1 parent abf50ec commit 51a72e2

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
@@ -35,7 +35,7 @@ publishing {
3535
repositories {
3636
maven {
3737
name = "GitHubPackages"
38-
url = uri("https://maven.pkg.github.com/moneyforward/spring-utils")
38+
url = uri("https://maven.pkg.github.com/moneyforward/gradle-private-repository-plugin")
3939
credentials {
4040
username = System.getenv("GITHUB_ACTOR")
4141
password = System.getenv("GITHUB_TOKEN")

0 commit comments

Comments
 (0)