File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
src/main/kotlin/io/github/lsd/consulting/conventions Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ dependencies {
42
42
gradlePlugin {
43
43
plugins {
44
44
create(" lsdLibrary" ) {
45
- id = " lsd.library"
46
- implementationClass = " lsd.conventions.LsdLibraryPlugin"
45
+ id = " io.github. lsd-consulting .library"
46
+ implementationClass = " io.github. lsd.consulting .conventions.LsdLibraryPlugin"
47
47
displayName = " LSD Library Plugin"
48
48
description = " Base conventions for LSD Java libraries"
49
49
}
50
50
create(" lsdKotlinLibrary" ) {
51
- id = " lsd.kotlin-library"
52
- implementationClass = " lsd.conventions.LsdKotlinLibraryPlugin"
51
+ id = " io.github. lsd-consulting .kotlin-library"
52
+ implementationClass = " io.github. lsd.consulting .conventions.LsdKotlinLibraryPlugin"
53
53
displayName = " LSD Kotlin Library Plugin"
54
54
description = " Extended conventions for LSD Kotlin libraries with Dokka and JaCoCo"
55
55
}
Original file line number Diff line number Diff line change 1
- package lsd.conventions
1
+ package io.github. lsd.consulting .conventions
2
2
3
3
import org.gradle.api.Plugin
4
4
import org.gradle.api.Project
Original file line number Diff line number Diff line change 1
- package lsd.conventions
1
+ package io.github. lsd.consulting .conventions
2
2
3
3
import org.gradle.api.JavaVersion
4
4
import org.gradle.api.Plugin
You can’t perform that action at this time.
0 commit comments