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 ffbab16
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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 All @@ -82,7 +81,7 @@ spotless {
licenseHeaderFile 'spotless.license-java'
target 'app/src/**/*.kt'
target 'file_operations/src/**/*.kt'
ktlint("0.43.2").userData(['disabled_rules': 'no-wildcard-imports',
ktlint("0.45.2").userData(['disabled_rules': 'no-wildcard-imports',
'kotlin_imports_layout': 'idea', 'indent_size': '4',
'max_line_length': '100'])
trimTrailingWhitespace()
Expand Down

0 comments on commit ffbab16

Please sign in to comment.