[
https://issues.apache.org/jira/browse/KAFKA-19761?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dejan Stojadinović updated KAFKA-19761:
---------------------------------------
Description:
*Prologue:*
* JIRA ticket: KAFKA-19174
* GitHub PR comment:
[https://github.com/apache/kafka/pull/19513#discussion_r2365678027]
*Scenario:*
* checkout Kafka trunk and bump Gradle Shadow plugin version to 9+
* execute: *_./gradlew :jmh-benchmarks:shadowJar_* - build will fail (x)
*Action points (what needs to be done):*
* use `com.gradleup.shadow` recent version (9+)
* reorder Gradle tasks so that Gradle command mentioned above can work
*Definition of done (at the minimum):*
* Gradle command mentioned above works as expected
* also: *./gradlew releaseTarGz* works as expected
* produced archive works as expected: [https://kafka.apache.org/quickstart]
was:
*Prologue:*
* JIRA ticket: KAFKA-19174
* GitHub PR comment:
[https://github.com/apache/kafka/pull/19513#discussion_r2365678027]
*Scenario:*
* checkout Kafka trunk and bump Gradle Shadow plugin version to 9+
* execute: *_./gradlew :jmh-benchmarks:shadowJar_* - build will fail (x)
*Action points (what needs to be done):*
* use `com.gradleup.shadow` recent version (9+)
* reorder Gradle tasks so that Gradle command mentioned above can work
> Reorder Gradle tasks (in order to bump Shadow plugin version)
> -------------------------------------------------------------
>
> Key: KAFKA-19761
> URL: https://issues.apache.org/jira/browse/KAFKA-19761
> Project: Kafka
> Issue Type: Task
> Components: build
> Reporter: Dejan Stojadinović
> Assignee: Nishanth
> Priority: Minor
> Labels: Gradle, build, gradle
>
> *Prologue:*
> * JIRA ticket: KAFKA-19174
> * GitHub PR comment:
> [https://github.com/apache/kafka/pull/19513#discussion_r2365678027]
> *Scenario:*
> * checkout Kafka trunk and bump Gradle Shadow plugin version to 9+
> * execute: *_./gradlew :jmh-benchmarks:shadowJar_* - build will fail (x)
> *Action points (what needs to be done):*
> * use `com.gradleup.shadow` recent version (9+)
> * reorder Gradle tasks so that Gradle command mentioned above can work
> *Definition of done (at the minimum):*
> * Gradle command mentioned above works as expected
> * also: *./gradlew releaseTarGz* works as expected
> * produced archive works as expected: [https://kafka.apache.org/quickstart]
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)