Skip to content

Commit

Permalink
Remove redundant configuration in BuildPlugin
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Vieira <portugee@gmail.com>
  • Loading branch information
mark-vieira committed Oct 28, 2019
1 parent 54093e8 commit 741dfef
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -738,7 +738,6 @@ class BuildPlugin implements Plugin<Project> {
}
}
project.pluginManager.withPlugin('com.github.johnrengelman.shadow') {
project.configurations.getByName(JavaPlugin.API_ELEMENTS_CONFIGURATION_NAME).extendsFrom(project.configurations.getByName('shadow'))
project.tasks.getByName(ShadowJavaPlugin.SHADOW_JAR_TASK_NAME).configure { ShadowJar shadowJar ->
/*
* Replace the default "-all" classifier with null
Expand Down

0 comments on commit 741dfef

Please sign in to comment.