Skip to content

Commit

Permalink
jcenter -> mavenCentral + gradlePluginPortal.
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Mar 16, 2021
1 parent a295828 commit 87a77ce
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,14 @@ import se.bjurr.violations.gradle.plugin.ViolationsTask
buildscript {
repositories {
google()
jcenter()
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
maven {
url "https://plugins.gradle.org/m2/"
}
gradlePluginPortal()
}

dependencies {
Expand All @@ -36,10 +37,11 @@ subprojects { project ->

repositories {
google()
jcenter()
mavenCentral()
maven {
url "https://oss.sonatype.org/content/repositories/snapshots"
}
gradlePluginPortal()
}

tasks.withType(JavaCompile) {
Expand Down

0 comments on commit 87a77ce

Please sign in to comment.