Skip to content

Commit

Permalink
fix: reset repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
sgammon committed May 9, 2023
1 parent 6920ffe commit 0c7cc41
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
8 changes: 4 additions & 4 deletions plugin-build/buildSrc/settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
pluginManagement {
repositories {
maven("https://maven.pkg.st/")
maven("https://gradle.pkg.st/")
mavenCentral()
gradlePluginPortal()
maven("https://elide-snapshots.storage-download.googleapis.com/repository/v3/")
google()
}
}

dependencyResolutionManagement {
repositories {
maven("https://maven.pkg.st/")
maven("https://gradle.pkg.st/")
mavenCentral()
gradlePluginPortal()
maven("https://elide-snapshots.storage-download.googleapis.com/repository/v3/")
google()
}
Expand Down
4 changes: 2 additions & 2 deletions plugin-build/plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ testlogger {
}

repositories {
maven("https://maven.pkg.st/")
maven("https://gradle.pkg.st/")
mavenCentral()
gradlePluginPortal()
maven("https://elide-snapshots.storage-download.googleapis.com/repository/v3/")
}

Expand Down
8 changes: 4 additions & 4 deletions plugin-build/settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

pluginManagement {
repositories {
maven("https://gradle.pkg.st/")
maven("https://maven.pkg.st/")
mavenCentral()
gradlePluginPortal()
maven("https://elide-snapshots.storage-download.googleapis.com/repository/v3/")
}
}
Expand All @@ -17,8 +17,8 @@ dependencyResolutionManagement {
RepositoriesMode.PREFER_PROJECT
)
repositories {
maven("https://maven.pkg.st/")
maven("https://gradle.pkg.st/")
mavenCentral()
gradlePluginPortal()
maven("https://elide-snapshots.storage-download.googleapis.com/repository/v3/")
}
versionCatalogs {
Expand Down
12 changes: 7 additions & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pluginManagement {
repositories {
maven("https://maven.pkg.st/")
maven("https://gradle.pkg.st/")
mavenCentral()
gradlePluginPortal()
maven("https://elide-snapshots.storage-download.googleapis.com/repository/v3/")
}
}
Expand All @@ -12,10 +12,12 @@ plugins {
}

dependencyResolutionManagement {
repositoriesMode.set(
RepositoriesMode.PREFER_PROJECT
)
repositories {
maven("https://maven.pkg.st/")
maven("https://elide.pkg.st/")
maven("https://gradle.pkg.st/")
mavenCentral()
gradlePluginPortal()
maven("https://elide-snapshots.storage-download.googleapis.com/repository/v3/")
}
}
Expand Down

0 comments on commit 0c7cc41

Please sign in to comment.