We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abf50ec commit 51a72e2Copy full SHA for 51a72e2
build.gradle.kts
@@ -35,7 +35,7 @@ publishing {
35
repositories {
36
maven {
37
name = "GitHubPackages"
38
- url = uri("https://maven.pkg.github.com/moneyforward/spring-utils")
+ url = uri("https://maven.pkg.github.com/moneyforward/gradle-private-repository-plugin")
39
credentials {
40
username = System.getenv("GITHUB_ACTOR")
41
password = System.getenv("GITHUB_TOKEN")
0 commit comments