From 81f9f8026af9eb63d5a574c8bb85c7193dde1d1d Mon Sep 17 00:00:00 2001 From: Raven Szewczyk Date: Mon, 8 Jan 2024 21:26:17 +0000 Subject: [ci skip] upgraded build system --- gradle.properties | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gradle.properties') 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 -- cgit