Skip to content

Commit 0017d68

Browse files
author
Jan Phillip Kretzschmar
committed
feat: clean up plugin logic from build.gradle
1 parent 6a7a243 commit 0017d68

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

build.gradle.kts

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
33

44
plugins {
55
kotlin("jvm") version "1.7.10"
6-
`java-gradle-plugin`
76
id("org.jlleitschuh.gradle.ktlint") version "10.3.0"
87
}
98

10-
group = "com.valtechmobility.gradle.plugin.credentials.onepassword"
9+
group = "com.valtechmobility.gradle.credentials.onepassword"
1110

1211
java {
1312
sourceCompatibility = JavaVersion.VERSION_11
@@ -33,12 +32,3 @@ dependencies {
3332
testImplementation("junit:junit:4.13.2")
3433
testImplementation(gradleTestKit())
3534
}
36-
37-
gradlePlugin {
38-
plugins {
39-
create("onepassword_credentials") {
40-
id = "com.valtechmobility.gradle.plugin.credentials.onepassword"
41-
implementationClass = "com.valtechmobility.gradle.plugin.credentials.onepassword.OnepasswordCredentialsPlugin"
42-
}
43-
}
44-
}

0 commit comments

Comments
 (0)