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 c7f43cb commit a7047eaCopy full SHA for a7047ea
gradle/ci_jobs.gradle
@@ -89,7 +89,7 @@ if (rootProject.hasProperty("gitBaseRef")) {
89
90
// The ignoredFiles FileTree selects any file that should not trigger any tasks.
91
final ignoredFiles = fileTree(rootProject.projectDir) {
92
- include '.gitingore', '.editorconfig'
+ include '.gitignore', '.editorconfig'
93
include '*.md', '**/*.md'
94
include 'gradlew', 'gradlew.bat', 'mvnw', 'mvnw.cmd'
95
include 'NOTICE'
0 commit comments