Skip to content

Commit 77fa0d6

Browse files
committed
build(deps): use google-java-format:1.18.1
Java 17 requires a newer version.
1 parent a0e4363 commit 77fa0d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

model-server/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ publishing {
149149

150150
spotless {
151151
java {
152-
googleJavaFormat("1.8").aosp()
152+
googleJavaFormat("1.18.1").aosp()
153153
licenseHeader(
154154
"/*\n" +
155155
""" * Licensed under the Apache License, Version 2.0 (the "License");""" + "\n" +

0 commit comments

Comments
 (0)