Skip to content

Commit 7f07818

Browse files
committed
Remove Gradle plugin configuration. Just ship the task like ProGuard does
1 parent ddadee9 commit 7f07818

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

proguard-services-mapper-gradle/build.gradle.kts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,6 @@ dependencies {
1616
implementation(project(":proguard-services-mapper-common"))
1717
}
1818

19-
gradlePlugin {
20-
plugins {
21-
create("ProguardServicesMapper") {
22-
id = "com.github.gianttreelp.proguardservicesmapper.gradle"
23-
implementationClass = "com.github.gianttreelp.proguardservicesmapper.gradle.ProguardServicesMapperPlugin"
24-
}
25-
}
26-
}
27-
2819
java {
2920
withJavadocJar()
3021
withSourcesJar()

0 commit comments

Comments
 (0)