From 0ba339377a1157f53070f0ac1b4862e51cbae6dd Mon Sep 17 00:00:00 2001 From: bombcar Date: Tue, 9 Jan 2024 13:13:48 -0600 Subject: remove * --- gradle.properties | 3 --- 1 file changed, 3 deletions(-) (limited to 'gradle.properties') diff --git a/gradle.properties b/gradle.properties index cc35c98f33..6c92d87508 100644 --- a/gradle.properties +++ b/gradle.properties @@ -58,6 +58,3 @@ 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