File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,9 @@ spotless {
1515 if (project. name != ' ide' && project != rootProject) {
1616 // the rootProject and ide projects don't have any java
1717 java {
18- ratchetFrom ' origin/main'
18+ ratchetFrom ' gradle/4.4.0' // this should go back to origin/main
19+ // when a solution to https://github.com/diffplug/spotless/issues/627
20+ // is available in a published release
1921 custom ' noInternalDeps' , noInternalDepsClosure
2022 bumpThisNumberIfACustomStepChanges(1 )
2123 licenseHeaderFile rootProject. file(' gradle/spotless.license' )
Original file line number Diff line number Diff line change 11pluginManagement {
22 plugins {
3- id ' com.diffplug.gradle.spotless' version ' 4.3 .0'
3+ id ' com.diffplug.gradle.spotless' version ' 4.4 .0'
44 }
55}
66plugins {
You can’t perform that action at this time.
0 commit comments