1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-10-02 17:00:47 +00:00
CC-Tweaked/projects/forge-stubs/build.gradle.kts

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
158 B
Plaintext
Raw Normal View History

plugins {
id("cc-tweaked.java-convention")
}
// Skip checkstyle here, it's going to be deleted soon anyway!
tasks.checkstyleMain {
enabled = false
}