Commit 60755fe 1 parent ad84a09 commit 60755fe Copy full SHA for 60755fe
File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -86,12 +86,13 @@ spotless {
86
86
palantirJavaFormat()
87
87
formatAnnotations()
88
88
importOrder(" " , " \\ #" )
89
- custom(" no-wildcard-imports" ) { it.apply { if (contains(" *;\n " )) error(" No wildcard imports allowed" ) } }
89
+ // TODO: SPOTLESS, WHY
90
+ // custom("no-wildcard-imports") { it.apply { if (contains("*;\n")) error("No wildcard imports allowed") } }
90
91
licenseHeaderFile(rootProject.file(" HEADER.txt" ))
91
92
bumpThisNumberIfACustomStepChanges(1 )
92
93
}
93
94
kotlinGradle {
94
- ktlint()
95
+ ktlint().editorConfigOverride( mapOf ( " max_line_length " to " 120 " ))
95
96
}
96
97
}
97
98
Original file line number Diff line number Diff line change 4
4
java = " 17"
5
5
6
6
# utilities
7
- distributor = " 4.0.1 "
7
+ distributor = " 4.1.0 "
8
8
cloud = " 2.0.0"
9
9
slf4md = " 1.0.1"
10
10
11
11
# static analysis
12
12
errorprone-gradle = " 4.1.0"
13
13
errorprone-core = " 2.36.0"
14
- nullaway = " 0.12.1 "
15
- checker-qual = " 3.48.2 "
14
+ nullaway = " 0.12.3 "
15
+ checker-qual = " 3.49.0 "
16
16
17
17
# gradle
18
- toxopid = " 4.1.1 "
18
+ toxopid = " 4.1.2 "
19
19
indra = " 3.1.3"
20
- spotless = " 6.25.0 "
21
- shadow = " 8.3.5 "
20
+ spotless = " 7.0.2 "
21
+ shadow = " 8.3.6 "
22
22
23
23
[libraries ]
24
24
You can’t perform that action at this time.
0 commit comments