From cbadcbbbf11415cec0cebfcaece89b08258927f4 Mon Sep 17 00:00:00 2001 From: Serenibyss <10861407+serenibyss@users.noreply.github.com> Date: Wed, 6 Dec 2023 12:57:52 -0600 Subject: [PATCH] Update build script version to 1701739812 (#2257) Co-authored-by: DStrand1 --- build.gradle | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 62f21b90cb9..5e4447c6c45 100644 --- a/build.gradle +++ b/build.gradle @@ -1,4 +1,4 @@ -//version: 1701481996 +//version: 1701739812 /* * DO NOT CHANGE THIS FILE! * Also, you may replace this file at any time if there is an update available. @@ -222,6 +222,16 @@ if (enableSpotless.toBoolean()) { //noinspection GroovyAssignabilityCheck eclipse('4.19.0').configFile(formatFile) } + kotlin { + target 'src/*/kotlin/**/*.kt' + + toggleOffOn() + ktfmt('0.39') + + trimTrailingWhitespace() + indentWithSpaces(4) + endWithNewline() + } scala { target 'src/*/scala/**/*.scala' scalafmt('3.7.1')