Hm. It sounds like it is possibly related to the gradle upgrade to 6? I had
a similar issue that I fixed for the Java nightly snapshot build in
PR#12947 (https://github.com/apache/beam/pull/12947). It may require
similar changes to the gradle.build file to generate the jar.

On Tue, Sep 29, 2020 at 8:20 AM Chamikara Jayalath <chamik...@google.com>
wrote:

> +Brian Hulette <bhule...@google.com> for any follow ups here since I'll
> be OOO for a few days.
>
> Thanks,
> Cham
>
> On Mon, Sep 28, 2020 at 10:34 PM Chamikara Jayalath <chamik...@google.com>
> wrote:
>
>> Hi,
>>
>> I just noticed that the result jars produced by command "./gradlew
>> :sdks:java:io:expansion-service:build" went from both shaded [1] and
>> unshaded [2] jars for Beam 2.24.0 branch to just the unshaded jar [3] for
>> Beam 2.25.0 branch.
>>
>> Does anyone know what resulted in this behaviour change ?
>>
>> Also, does this mean that the jars released for Beam 2.25.0 will be
>> different ? (if so I believe that will break cross-language transforms that
>> will try to download the shaded jar for expansion).
>>
>> [1] beam-sdks-java-io-expansion-service-2.24.0-SNAPSHOT.jar
>> [2] beam-sdks-java-io-expansion-service-2.24.0-SNAPSHOT-unshaded.jar
>> [3] beam-sdks-java-io-expansion-service-2.25.0-SNAPSHOT-unshaded.jar
>>
>

Reply via email to