Skip to content

Commit fa6c13e

Browse files
committed
Make ratchetFrom easier for contributors until the next release.
1 parent 15a8da7 commit fa6c13e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

gradle/spotless.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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')

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
pluginManagement {
22
plugins {
3-
id 'com.diffplug.gradle.spotless' version '4.3.0'
3+
id 'com.diffplug.gradle.spotless' version '4.4.0'
44
}
55
}
66
plugins {

0 commit comments

Comments
 (0)