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 Aug 18, 2021
1 parent 95c352b commit fe2e407
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 fe2e407

Please sign in to comment.