Skip to content

Commit da83500

Browse files
authoredMar 13, 2018
Merge pull request #224 from thc202/correct-gradle-snippet
Correct Gradle configuration snippet
2 parents bcf7088 + 3f368bb commit da83500

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎plugin-gradle/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ For instance, the following configuration treats `1990, 2003` as a valid year ra
317317

318318
```gradle
319319
spotless {
320-
format java {
321-
licenseHeader(''Licensed under Apache-2.0 $YEAR').yearSeparator(', ')
320+
java {
321+
licenseHeader('Licensed under Apache-2.0 $YEAR').yearSeparator(', ')
322322
}
323323
}
324324
```

0 commit comments

Comments
 (0)