Skip to content

Commit

Permalink
Revert "Avoid overlapping outputs" (#3943)
Browse files Browse the repository at this point in the history
This reverts commit 069cc27.
  • Loading branch information
cortinico committed Jul 16, 2021
1 parent 537459c commit 1026a01
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions detekt-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,4 @@ tasks {
processTestResources {
from(writeDetektVersionProperties)
}

javadocJar {
enabled = false // javadoc is generated by publishPluginJar task
}

sourcesJar {
enabled = false // sources JAR is generated by publishPluginJavaDocsJar task
}
}

0 comments on commit 1026a01

Please sign in to comment.