Skip to content

Commit 416c8a8

Browse files
committed
feat: add plugin display names and descriptions
1 parent 3a42cc4 commit 416c8a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,14 @@ gradlePlugin {
4141
create("lsdLibrary") {
4242
id = "lsd.library"
4343
implementationClass = "lsd.conventions.LsdLibraryPlugin"
44+
displayName = "LSD Library Plugin"
45+
description = "Base conventions for LSD Java libraries"
4446
}
4547
create("lsdKotlinLibrary") {
4648
id = "lsd.kotlin-library"
4749
implementationClass = "lsd.conventions.LsdKotlinLibraryPlugin"
50+
displayName = "LSD Kotlin Library Plugin"
51+
description = "Extended conventions for LSD Kotlin libraries with Dokka and JaCoCo"
4852
}
4953
}
5054
}

0 commit comments

Comments
 (0)