Skip to content

Commit

Permalink
Merge pull request #562 from nextcloud/backport/561/stable-2.4
Browse files Browse the repository at this point in the history
[stable-2.4] Remove snapshot repo
  • Loading branch information
AndyScherzinger authored Dec 21, 2020
2 parents 2fee764 + d9bab8b commit 1570490
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ buildscript {
repositories {
google()
jcenter()
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots/'
}
maven {
url 'https://plugins.gradle.org/m2/'
}
Expand Down Expand Up @@ -37,7 +34,6 @@ repositories {
google()
jcenter()
maven { url "https://jitpack.io" }
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }

flatDir {
dirs 'libs'
Expand Down

0 comments on commit 1570490

Please sign in to comment.