[
https://issues.apache.org/jira/browse/BEAM-10986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17204859#comment-17204859
]
Brian Hulette commented on BEAM-10986:
--------------------------------------
I went ahead and rolled back to version 4.0.3. Let's keep this jira open to
figure out how to get back to 5.x though.
Suggestion from [~runningcode]:
{quote}
Ah, in that case perhaps in the new versions of the plugin the build task
doens't depend any more on the shadowJar task.
To fix this, we can add the following:
{code}
tasks.named("build").configure {
dependsOn tasks.named("shadowJar")
}
{code}
Should I do the above for just io/expansion-service/build.gradle or all
shadowJar tasks?
{quote}
> :build task doesn't build shaded jar with shadow >5.0.0
> -------------------------------------------------------
>
> Key: BEAM-10986
> URL: https://issues.apache.org/jira/browse/BEAM-10986
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Reporter: Brian Hulette
> Assignee: Brian Hulette
> Priority: P0
> Fix For: 2.25.0
>
> Time Spent: 3.5h
> Remaining Estimate: 0h
>
> Not 100% sure but I believe this will prevent us from releasing shaded jars.
> See
> [https://lists.apache.org/thread.html/r12c785c2b01017329204ad816740e80b70c19c5f2bb1ea01535a987d%40%3Cdev.beam.apache.org%3E]
> for details.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)