Skip to content

Commit

Permalink
Remove Gradle plugin configuration. Just ship the task like ProGuard …
Browse files Browse the repository at this point in the history
…does
  • Loading branch information
GiantTreeLP committed Jan 29, 2022
1 parent ddadee9 commit 7f07818
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions proguard-services-mapper-gradle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,6 @@ dependencies {
implementation(project(":proguard-services-mapper-common"))
}

gradlePlugin {
plugins {
create("ProguardServicesMapper") {
id = "com.github.gianttreelp.proguardservicesmapper.gradle"
implementationClass = "com.github.gianttreelp.proguardservicesmapper.gradle.ProguardServicesMapperPlugin"
}
}
}

java {
withJavadocJar()
withSourcesJar()
Expand Down

0 comments on commit 7f07818

Please sign in to comment.