Skip to content

Commit

Permalink
Remove dependency on main branch when running spotless. (#47)
Browse files Browse the repository at this point in the history
Signed-off-by: Marc Handalian <handalm@amazon.com>
  • Loading branch information
mch2 authored and sruti1312 committed Aug 25, 2021
1 parent 74e72aa commit 1e661b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ ext {

spotless {
java {
// only apply formatting rules to updated files
ratchetFrom "origin/${gitDefaultBranch}"

licenseHeaderFile(file('license-header'))
googleJavaFormat().aosp()
importOrder()
Expand Down

0 comments on commit 1e661b0

Please sign in to comment.