From 9ad9ad8896a734e3abd83b87599de75c3a587317 Mon Sep 17 00:00:00 2001 From: Elisis Date: Tue, 13 Sep 2022 17:04:46 +1000 Subject: Remove automatic Spotless PR --- gradle.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/gradle.properties b/gradle.properties index da177a8d4c..4c3627238e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -65,3 +65,4 @@ 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 = +disableSpotless = true -- cgit