Skip to content

Commit

Permalink
🐛 enable JAR task
Browse files Browse the repository at this point in the history
  • Loading branch information
ryandens committed Aug 20, 2021
1 parent 5f43165 commit e819e97
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions auto-delegate-processor/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ java {
targetCompatibility = JavaVersion.VERSION_11
}

tasks.jar {
enabled = false
}

tasks {
named<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("shadowJar") {
relocate("com.google.auto.common", "com.ryandens.delegation.shaded.auto.common")
Expand Down

0 comments on commit e819e97

Please sign in to comment.