Skip to content

Commit e223141

Browse files
committed
exclude linter from printProjectName task
1 parent ae19dd9 commit e223141

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ tasks.register('printProjectName') {
188188
println "${project.name}"
189189
}
190190
}
191+
192+
gradleLint {
193+
skipForTask('printProjectName')
194+
}

0 commit comments

Comments
 (0)