Skip to content

Commit

Permalink
Try to work around spotless resolve library problem
Browse files Browse the repository at this point in the history
  • Loading branch information
TranceLove committed Apr 15, 2022
1 parent 3f191b8 commit 01df881
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,11 @@ plugins {
}

allprojects {

repositories {
google()
mavenCentral()
maven { url "https://jitpack.io" }
maven { url "https://jcenter.bintray.com" }
mavenCentral()
}
tasks.withType(Test) {
maxParallelForks = 4
Expand Down

0 comments on commit 01df881

Please sign in to comment.