1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-line-count.git synced 2025-04-25 03:07:11 -07:00

Run on source directories only.

Otherwise, the plug-in also goes through .git/, which takes a while.
This commit is contained in:
Cedric Beust 2015-10-11 21:31:53 -07:00
parent 7780a54ffb
commit 430175cdbe
2 changed files with 18 additions and 17 deletions

View file

@ -10,8 +10,9 @@ val plugins = plugins(
)
val lc = lineCount {
suffix = "**.md"
suffix = "**Plugin.kt"
}
val project = kotlinProject {
name = "kobalt-line-count"
group = "com.beust.kobalt"