Skip to content

Commit

Permalink
gradle: downgrade googleJavaFormat from 1.9 to 1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
uchuhimo committed Jan 24, 2021
1 parent d23bac0 commit dd39ce5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ object Versions {
const val toml4j = "0.7.2"
const val yaml = "1.27"

const val googleJavaFormat = "1.9"
// Since 1.8, the minimum supported runtime version is JDK 11.
const val googleJavaFormat = "1.7"
const val ktlint = "0.40.0"
}

Expand Down

0 comments on commit dd39ce5

Please sign in to comment.