We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a42cc4 commit 416c8a8Copy full SHA for 416c8a8
build.gradle.kts
@@ -41,10 +41,14 @@ gradlePlugin {
41
create("lsdLibrary") {
42
id = "lsd.library"
43
implementationClass = "lsd.conventions.LsdLibraryPlugin"
44
+ displayName = "LSD Library Plugin"
45
+ description = "Base conventions for LSD Java libraries"
46
}
47
create("lsdKotlinLibrary") {
48
id = "lsd.kotlin-library"
49
implementationClass = "lsd.conventions.LsdKotlinLibraryPlugin"
50
+ displayName = "LSD Kotlin Library Plugin"
51
+ description = "Extended conventions for LSD Kotlin libraries with Dokka and JaCoCo"
52
53
54
0 commit comments