Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MINOR: Update gradle to 8.0.2 and update several gradle plugins #13339

Merged
merged 2 commits into from Mar 5, 2023

Conversation

dejan2609
Copy link
Contributor

@dejan2609 dejan2609 commented Mar 4, 2023

Also removed workaround from build.gradle that is no longer required after
the update to Gradle 8.0.2.

Related links:

plugins version upgrade details:

  • 'com.github.ben-manes.versions' 0.44.0 -> 0.46.0
  • 'org.owasp.dependencycheck' 8.0.2 -> 8.1.2
  • 'io.swagger.core.v3.swagger-gradle-plugin' 2.2.0 -> 2.2.8
  • 'org.gradle.test-retry' 1.5.1 -> 1.5.2
  • 'com.github.johnrengelman.shadow' 7.1.2 -> 8.1.0

FYI @ijuma

….2 and gradle plugins

related links:
 - zinc release notes:   https://github.com/sbt/zinc/releases/tag/v1.8.0
 - gradle release notes: https://github.com/gradle/gradle/releases/tag/v8.0.2
 - gradle diff:          gradle/gradle@v8.0.1...v8.0.2

plugins version upgrade details:
 - 'com.github.ben-manes.versions'           0.44.0 -->> 0.46.0
 - 'org.owasp.dependencycheck'                8.0.2 -->> 8.1.2
 - 'io.swagger.core.v3.swagger-gradle-plugin' 2.2.0 -->> 2.2.8
 - 'org.gradle.test-retry'                    1.5.1 -->> 1.5.2
 - 'com.github.johnrengelman.shadow'          7.1.2 -->> 8.1.0
@ijuma
Copy link
Contributor

ijuma commented Mar 4, 2023

Thanks for the PR. I think the following workaround where we use : is no longer required:

https://github.com/apache/kafka/blob/trunk/build.gradle#L685

This is the PR where it should have been fixed gradle/gradle#24059

@ijuma
Copy link
Contributor

ijuma commented Mar 4, 2023

I pushed a commit that removes the gradle workaround that is no longer necessary.

@dejan2609
Copy link
Contributor Author

dejan2609 commented Mar 4, 2023

And I was just about to push the same change 😃 You got me while I was testing it.

@ijuma ijuma changed the title MINOR: version upgrades: zinc 1.7.2 -->> 1.8.0, gradle 8.0.1 -->> 8.0.2 and gradle plugins MINOR: Update gradle to 8.0.2 and update several gradle plugins Mar 5, 2023
@ijuma ijuma merged commit e348da4 into apache:trunk Mar 5, 2023
@dejan2609 dejan2609 deleted the gradle-8.0.2 branch March 5, 2023 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants