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 7decfd6 commit a83d5aeCopy full SHA for a83d5ae
server/build.gradle.kts
@@ -51,7 +51,7 @@ dependencies {
51
val javaHome: String = System.getProperty("java.home")
52
val toolsJar = files("$javaHome/../lib/tools.jar")
53
implementation(toolsJar)
54
- implementation("com.google.googlejavaformat:google-java-format:1.7")
+ implementation("com.google.googlejavaformat:google-java-format:1.30.0")
55
implementation("org.apache.maven:maven-model-builder:3.8.4")
56
implementation("com.leacox.motif:motif:0.1")
57
implementation("com.leacox.motif:motif-hamcrest:0.1")
0 commit comments