Skip to content

Commit 93bfa3a

Browse files
committed
chore(build): Update maven repo declaration
1 parent 143b7c0 commit 93bfa3a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

settings.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ pluginManagement {
22
repositories {
33
maven {
44
name = "stellardriftReleases"
5-
url = "https://repo.stellardrift.ca/repository/internal/"
5+
url = "https://repo.stellardrift.ca/maven/internal/"
66
mavenContent { releasesOnly() }
77
}
8-
mavenCentral()
98
}
109
}
1110

0 commit comments

Comments
 (0)