Skip to content

Commit

Permalink
Merge pull request #278 from ps48/jcenter_fix_main
Browse files Browse the repository at this point in the history
[main] remove jcenter repo from gradle build
  • Loading branch information
ps48 authored Jan 14, 2022
2 parents fa3fa18 + 3bf062e commit 48fa2c4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions reports-scheduler/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ buildscript {
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
jcenter()
}

dependencies {
Expand Down Expand Up @@ -119,7 +118,6 @@ repositories {
maven { url "https://aws.oss.sonatype.org/content/repositories/snapshots" }
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
jcenter()
}

dependencies {
Expand Down

0 comments on commit 48fa2c4

Please sign in to comment.