From a31e4bcc33267b637ef11f117b6772e330325fbd Mon Sep 17 00:00:00 2001 From: Raven Szewczyk Date: Mon, 8 Jan 2024 21:25:09 +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 ea722a1348..aa46e55025 100644 --- a/gradle.properties +++ b/gradle.properties @@ -62,3 +62,6 @@ usesShadowedDependencies = false # Optional parameter to customize the produced artifacts. Use this to preserver artifact naming when migrating older # projects. New projects should not use this parameter. customArchiveBaseName = GT Scanner Mod + +# TODO: Remove when you modify this repository, it's been put in for automatic buildscript updates +disableCheckstyle = true -- cgit