diff options
author | Elisis <gtandemmodding@gmail.com> | 2022-09-13 17:12:14 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-13 17:12:14 +1000 |
commit | 3ce66fad208dc06d65506210685fcd47dfa7a7f0 (patch) | |
tree | 9ea9716c4a94fbaedccb344e4332204ccfe36ee5 | |
parent | 9ad9ad8896a734e3abd83b87599de75c3a587317 (diff) | |
download | GT5-Unofficial-3ce66fad208dc06d65506210685fcd47dfa7a7f0.tar.gz GT5-Unofficial-3ce66fad208dc06d65506210685fcd47dfa7a7f0.tar.bz2 GT5-Unofficial-3ce66fad208dc06d65506210685fcd47dfa7a7f0.zip |
Revert auto spotless disable
-rw-r--r-- | gradle.properties | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 4c3627238e..da177a8d4c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -65,4 +65,3 @@ 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 |