Skip to content

Commit

Permalink
Merge pull request Widen#2 from Widen/replace-jcenter-with-maven-central
Browse files Browse the repository at this point in the history
Replace JCenter repo with Maven Central
  • Loading branch information
sagebind authored Apr 28, 2021
2 parents 2b947d9 + cd81177 commit 9731c6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sourceCompatibility = 1.8
targetCompatibility = 1.8

repositories {
jcenter()
mavenCentral()
}

dependencies {
Expand Down Expand Up @@ -42,4 +42,4 @@ pluginBundle {
displayName = 'Widen Gradle versioning plugin'
}
}
}
}

0 comments on commit 9731c6d

Please sign in to comment.