GITHUB#12655: Update googleJavaFormat plugin

This commit is contained in:
Kevin Risden 2023-10-10 16:14:21 -04:00
parent 30d3eba933
commit 2c42b8941a
No known key found for this signature in database
GPG Key ID: 040FAE3292C5F73F
1 changed files with 1 additions and 1 deletions

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"