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:
Zac Sweers
2020-09-25 22:18:51 -04:00
committed by GitHub
parent bf72ce8ade
commit a1852a7315
99 changed files with 263 additions and 106 deletions

View File

@@ -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"