From f9d072ae889a9bd6fff6f6e6fc2ba59c8bb1bff9 Mon Sep 17 00:00:00 2001 From: Raven Szewczyk Date: Mon, 8 Jan 2024 21:25:58 +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 6c92d87508..cc35c98f33 100644 --- a/gradle.properties +++ b/gradle.properties @@ -58,3 +58,6 @@ containsMixinsAndOrCoreModOnly = false # If enabled, you may use 'shadowImplementation' for dependencies. They will be integrated in your jar. It is your # responsibility check the licence and request permission for distribution, if required. usesShadowedDependencies = false + +# TODO: Remove when you modify this repository, it's been put in for automatic buildscript updates +disableCheckstyle = true -- cgit