Skip to content

Commit 5e9cda9

Browse files
committed
Set application endpoint
1 parent 1d28064 commit 5e9cda9

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
@@ -41,7 +41,7 @@ subprojects {
4141

4242
repositories {
4343
maven {
44-
url = uri("https://maven.pkg.github.com/pledger-io/central")
44+
url = uri("https://maven.pkg.github.com/pledger-io/rest-application")
4545
credentials {
4646
username = System.getenv("NEXUS_USER")
4747
password = System.getenv("NEXUS_PASSWORD")

0 commit comments

Comments
 (0)