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:
parent
7780a54ffb
commit
430175cdbe
2 changed files with 18 additions and 17 deletions
3
Build.kt
3
Build.kt
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue