Skip to content

Commit

Permalink
Remove snapshot repo as it is not needed anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedol committed Oct 4, 2024
1 parent 85058e4 commit 46f7d77
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ pluginManagement {
google()
mavenCentral()
gradlePluginPortal()
maven {
url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
}
}
}
dependencyResolutionManagement {
Expand All @@ -19,9 +16,6 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven {
url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
}
}
}

Expand Down
3 changes: 0 additions & 3 deletions include-build/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
maven {
url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
}
}
}

Expand Down
6 changes: 0 additions & 6 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,13 @@ pluginManagement {
gradlePluginPortal()
google()
mavenCentral()
maven {
url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
}
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.PREFER_PROJECT)
repositories {
google()
mavenCentral()
maven {
url "https://s01.oss.sonatype.org/content/repositories/snapshots/"
}
}
}
rootProject.name = "roborazzi"
Expand Down

0 comments on commit 46f7d77

Please sign in to comment.