1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Look up **Plugin.kt.

This commit is contained in:
Cedric Beust 2015-10-12 20:20:27 -07:00
parent a1a3d050cb
commit 44b3814d5a

View file

@ -15,7 +15,7 @@ val plugins = plugins(
) )
val lc = lineCount { val lc = lineCount {
suffix = "**.md" suffix = "**Plugin.kt"
} }
fun readVersion() : String { fun readVersion() : String {