Skip to content

Commit 1e661b0

Browse files
mch2sruti1312
authored andcommitted
Remove dependency on main branch when running spotless. (#47)
Signed-off-by: Marc Handalian <[email protected]>
1 parent 74e72aa commit 1e661b0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,6 @@ ext {
8888

8989
spotless {
9090
java {
91-
// only apply formatting rules to updated files
92-
ratchetFrom "origin/${gitDefaultBranch}"
93-
9491
licenseHeaderFile(file('license-header'))
9592
googleJavaFormat().aosp()
9693
importOrder()

0 commit comments

Comments
 (0)