We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db6957e commit 7b69210Copy full SHA for 7b69210
gradle/plugins/common/src/main/kotlin/junitbuild.spotless-conventions.gradle.kts
@@ -1,3 +1,4 @@
1
+import com.diffplug.spotless.LineEnding
2
import junitbuild.extensions.requiredVersionFromLibs
3
4
plugins {
@@ -67,6 +68,10 @@ spotless {
67
68
endWithNewline()
69
}
70
71
+
72
+ // Explicitly configure line endings to avoid Spotless to search for .gitattributes file
73
+ // see https://github.com/gradle/gradle/issues/25469#issuecomment-3444231151
74
+ lineEndings = LineEnding.UNIX
75
76
77
tasks {
0 commit comments