diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gradle.properties b/gradle.properties index 691386d44a..a4e031edf9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -141,3 +141,6 @@ curseForgeRelations = # WARNING: If you do use this option, it will overwrite whatever you have in your existing projects. This might not be what you want! # Usually there is no need to uncomment this here as other developers do not necessarily use the same build type as you. # ideaOverrideBuildType = idea + +# TODO: Remove when you modify this repository, it's been put in for automatic buildscript updates +disableCheckstyle = true |