We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe2161b commit 5535b44Copy full SHA for 5535b44
1 file changed
settings.gradle.kts
@@ -1,14 +1,6 @@
1
pluginManagement {
2
includeBuild("build-logic")
3
repositories {
4
- maven(url = "https://repo.stellardrift.ca/repository/internal/") {
5
- name = "stellardriftReleases"
6
- mavenContent { releasesOnly() }
7
- }
8
- maven(url = "https://repo.stellardrift.ca/repository/snapshots/") {
9
- name = "stellardriftSnapshots"
10
- mavenContent { snapshotsOnly() }
11
12
gradlePluginPortal()
13
maven("https://repo.jpenilla.xyz/snapshots")
14
}
0 commit comments