dejan2609 commented on PR #20566:
URL: https://github.com/apache/kafka/pull/20566#issuecomment-3333003518
@chia7712 Yes, a complete solution is available in `KAFKA-19174` branch /
#19513 PR; this branch/PR (`KAFKA-19174-POC-for-distribution-submodule`) is
just an attempt to show why `:distribution` submodule is required):
```
dejan@dejan-HP-ProBook-450-G7:~/kafka$ date
Thu 25 Sep 10:58:26 CEST 2025
dejan@dejan-HP-ProBook-450-G7:~/kafka$ git status
On branch KAFKA-19174
Your branch is up-to-date with 'origin/KAFKA-19174'.
nothing to commit, working tree clean
dejan@dejan-HP-ProBook-450-G7:~/kafka$ git log -10 --oneline
dcfda259ca (HEAD -> KAFKA-19174, origin/KAFKA-19174) KAFKA-19174 slightly
changing configuration for `releaseTarGz` task (it should be clearly visible
now which submodules configurations had to be extended)
41e2d73856 KAFKA-19174 settling down with `com.gradleup.shadow` version
8.3.9 (gradle task `:jmh-benchmarks:shadowJar` is failing with shadow plugin 9+
versions)
744d7bbcef KAFKA-19174 tidying up things: 'distribution' dummy folder is
removed
44950bb6da KAFKA-19174 Gradle version upgrade: 9.0.0 -->> 9.1.0
62649e7f22 KAFKA-19654 do not fail Github Actions flaky/new build matrix
build when no test are discovered (i.e. solution for KAFKA-16801 is expanded)
c754acd8ca KAFKA-16801 do not fail Gradle 9 build when no test are
discovered in a `upgrade-system-tests*` submodules
04eeb043c1 KAFKA-19174 (note: optional commit) version upgrades for Gradle
build dependencies/plugins and GitHub Actions
07cf3e9e5c KAFKA-19174 Gradle version upgrade (8 -->> 9); build logic is
refactored
79f04159d9 KAFKA-19591 solving issues with `gradlew` content: an old
template version (i.e. file `unixStartScript.txt`) was being referenced
5919762009 (gooler/trunk, gooler/HEAD) MINOR: Remove exitMessage.set() call
in TopicBasedRemoteLogMetadataManagerTest (#20563)
dejan@dejan-HP-ProBook-450-G7:~/kafka$ ./gradlew clean releaseTarGz -i
...
> Task :distribution:releaseTarGz
Caching disabled for task ':distribution:releaseTarGz' because:
Build cache is disabled
Not worth caching
Task ':distribution:releaseTarGz' is not up-to-date because:
Output property 'archiveFile' file
/home/dejan/kafka/core/build/distributions/kafka_2.13-4.2.0-SNAPSHOT.tgz has
been removed.
[Incubating] Problems report is available at:
file:///home/dejan/kafka/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible
with Gradle 10.
You can use '--warning-mode all' to show the individual deprecation warnings
and determine if they come from your own scripts or plugins.
For more on this, please refer to
https://docs.gradle.org/9.1.0/userguide/command_line_interface.html#sec:command_line_warnings
in the Gradle documentation.
BUILD SUCCESSFUL in 4m 22s
228 actionable tasks: 228 executed
Consider enabling configuration cache to speed up this build:
https://docs.gradle.org/9.1.0/userguide/configuration_cache_enabling.html
dejan@dejan-HP-ProBook-450-G7:~/kafka$
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]