From f3e22de6d123e2c836736db61a2e7a0ad1d8ea2a Mon Sep 17 00:00:00 2001 From: Nilansh Bansal Date: Tue, 6 Aug 2024 14:06:21 +0530 Subject: [PATCH] Revert "fix: ignored target directory for spotless JSON formatting" (#35442) Reverts appsmithorg/appsmith#35407 Reverting as formatter is changing the sorting order of JSON keys, will add back with the config for maintaining order. Ref: https://theappsmith.slack.com/archives/CGBPVEJ5C/p1722929754593669?thread_ts=1722916121.682699&cid=CGBPVEJ5C ## Summary by CodeRabbit - **Bug Fixes** - Removed exclusion of JSON files from the build process, allowing all JSON files to be included, which may improve file accessibility but could lead to unwanted files in the output. --- app/server/pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/server/pom.xml b/app/server/pom.xml index 740405c8aa..63c1b964a0 100644 --- a/app/server/pom.xml +++ b/app/server/pom.xml @@ -159,9 +159,6 @@ - - **/target/**/*.json - **/*.json