Skip to content

Commit

Permalink
Update build script version to 1701739812 (#2257)
Browse files Browse the repository at this point in the history
Co-authored-by: DStrand1 <[email protected]>
  • Loading branch information
serenibyss and DStrand1 authored Dec 6, 2023
1 parent 071793c commit cbadcbb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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')
Expand Down

0 comments on commit cbadcbb

Please sign in to comment.