mirror of
https://github.com/fankes/moshi.git
synced 2025-10-19 07:59:21 +08:00
Finish spotless license header configuration (#1231)
* Update spotless and enable copyright header bits again * Reformat square copyright headers * Create separate format configuration for external files * Update CI to use java 15 final * include stacktrace in ci failures * Update ktlint to 0.39 * Disable java formatting on JDK 15 * Fix google header
This commit is contained in:
@@ -18,7 +18,7 @@ object Dependencies {
|
||||
|
||||
const val asm = "org.ow2.asm:asm:7.1"
|
||||
const val jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
|
||||
const val ktlintVersion = "0.38.1"
|
||||
const val ktlintVersion = "0.39.0"
|
||||
const val okio = "com.squareup.okio:okio:1.17.5"
|
||||
const val okio2 = "com.squareup.okio:okio:2.8.0"
|
||||
|
||||
|
Reference in New Issue
Block a user