GITHUB#12655: Update googleJavaFormat plugin

This commit is contained in:
Kevin Risden 2023-10-10 16:14:21 -04:00
parent d1f73214a3
commit b3a9375f27
No known key found for this signature in database
GPG Key ID: 040FAE3292C5F73F

View File

@ -37,7 +37,7 @@ configure(project(":lucene").subprojects) { prj ->
lineEndings 'UNIX'
endWithNewline()
googleJavaFormat('1.15.0')
googleJavaFormat('1.18.1')
// Apply to all Java sources
target "src/**/*.java"