File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,10 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
3
3
4
4
plugins {
5
5
kotlin(" jvm" ) version " 1.7.10"
6
- `java- gradle- plugin`
7
6
id(" org.jlleitschuh.gradle.ktlint" ) version " 10.3.0"
8
7
}
9
8
10
- group = " com.valtechmobility.gradle.plugin. credentials.onepassword"
9
+ group = " com.valtechmobility.gradle.credentials.onepassword"
11
10
12
11
java {
13
12
sourceCompatibility = JavaVersion .VERSION_11
@@ -33,12 +32,3 @@ dependencies {
33
32
testImplementation(" junit:junit:4.13.2" )
34
33
testImplementation(gradleTestKit())
35
34
}
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
- }
You can’t perform that action at this time.
0 commit comments