mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-11-05 17:46:21 +00:00
9 lines
158 B
Plaintext
9 lines
158 B
Plaintext
|
plugins {
|
||
|
id("cc-tweaked.java-convention")
|
||
|
}
|
||
|
|
||
|
// Skip checkstyle here, it's going to be deleted soon anyway!
|
||
|
tasks.checkstyleMain {
|
||
|
enabled = false
|
||
|
}
|