We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7804c0 commit eaeb3c0Copy full SHA for eaeb3c0
gradle/check-checkstyle.gradle
@@ -2,7 +2,7 @@ apply plugin: 'com.diffplug.spotless'
2
3
spotless {
4
java {
5
- if (!JavaVersion.current().isCompatibleWith(JavaVersion.VERSION_16)) { googleJavaFormat() }
+ googleJavaFormat()
6
trimTrailingWhitespace()
7
removeUnusedImports()
8
licenseHeaderFile rootProject.file('gradle/license.header')
0 commit comments