Skip to content

Commit 2353439

Browse files
committed
Move formatter files to formatter directory
1 parent 0cadbef commit 2353439

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ spotless {
106106
encoding 'UTF-8'
107107
lineEndings 'UNIX'
108108
java {
109-
importOrderFile('TASmodImportorder.txt')
110-
eclipse().configFile('TASmodFormatter.xml')
109+
importOrderFile('formatter/TASmodImportorder.txt')
110+
eclipse().configFile('formatter/TASmodFormatter.xml')
111111
}
112112
enforceCheck false
113113
}

0 commit comments

Comments
 (0)