Skip to content

Commit

Permalink
Merge reactor#2928 into 3.5.0
Browse files Browse the repository at this point in the history
Keep spotless ratchetFrom at origin/main.
  • Loading branch information
simonbasle committed Feb 18, 2022
1 parent 49d2f9d commit 7a9046b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ spotless {
enforceCheck false
}
else {
String spotlessBranch = "origin/3.4.x"
String spotlessBranch = "origin/main"
println "[Spotless] Local run detected, ratchet from $spotlessBranch"
ratchetFrom spotlessBranch
}
Expand Down

0 comments on commit 7a9046b

Please sign in to comment.