Skip to content

KAFKA-20851 spotless gradle plugin version update: 8.4.0 -->> 8.9.0 - #22973

Open
dejan2609 wants to merge 1 commit into
apache:trunkfrom
dejan2609:KAFKA-20851
Open

KAFKA-20851 spotless gradle plugin version update: 8.4.0 -->> 8.9.0#22973
dejan2609 wants to merge 1 commit into
apache:trunkfrom
dejan2609:KAFKA-20851

Conversation

@dejan2609

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot added build Gradle build or GitHub Actions small Small PRs triage PRs from the community labels Jul 28, 2026
@dejan2609

Copy link
Copy Markdown
Contributor Author

Build results (testing in a loop for a 700 times): ✅

BUILD SUCCESSFUL in 4s
207 actionable tasks: 207 executed
Consider enabling configuration cache to speed up this build: https://docs.gradle.org/9.4.1/userguide/configuration_cache_enabling.html
**************************************************************************
### Build succeeded (execution number: 701) -->> running again... ###
**************************************************************************

> Configure project :
Starting build with version 4.4.0-SNAPSHOT (commit id 157bbd19) using Gradle 9.4.1, Java 25 and Scala 2.13.18
Build properties: ignoreFailures=false, maxParallelForks=8, maxScalacThreads=8, maxTestRetries=0
│███████████████│ 100% CONFIGURING [1s]
> IDLE
^C>>> Build failed on execution number: 702 at Tue 28 Jul 14:43:45 CEST 2026 <<<
dejan@dejan:~/kafka$ cat repeatUntilBuildFails.sh 
#!/bin/bash

counter=0
while ./gradlew clean spotlessApply --rerun-tasks --no-build-cache; do
    ((counter++))
    echo "**************************************************************************"
    echo "### Build succeeded (execution number: $counter) -->> running again... ###"
    echo "**************************************************************************"
done

((counter++))
echo ">>> Build failed on execution number: $counter at $(date) <<<"
dejan@dejan:~/kafka$ date
Tue 28 Jul 14:44:06 CEST 2026
dejan@dejan:~/kafka$
dejan@dejan:~/kafka$ cat repeatUntilBuildFails.sh 
#!/bin/bash

counter=0
while ./gradlew clean spotlessApply --rerun-tasks --no-build-cache; do
    ((counter++))
    echo "**************************************************************************"
    echo "### Build succeeded (execution number: $counter) -->> running again... ###"
    echo "**************************************************************************"
done

((counter++))
echo ">>> Build failed on execution number: $counter at $(date) <<<"
dejan@dejan:~/kafka$

@dejan2609

Copy link
Copy Markdown
Contributor Author

I'll rebase (conflicts with trunk must be resolved).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

build Gradle build or GitHub Actions small Small PRs triage PRs from the community

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant