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

Gradle plugin incorrectly requires Gradle 6.1 #26392

Closed
jeffmaury opened this issue Jun 28, 2022 · 4 comments · Fixed by #26412
Closed

Gradle plugin incorrectly requires Gradle 6.1 #26392

jeffmaury opened this issue Jun 28, 2022 · 4 comments · Fixed by #26412
Labels
area/gradle Gradle kind/bug Something isn't working
Milestone

Comments

@jeffmaury
Copy link
Contributor

Describe the bug

The Gradle plugin checks Gradle version when starting, checking for minimum 6.1 but 7.4 is required since 2.10.0.Final

Expected behavior

Update the test so that 7.4 is required

Actual behavior

Test is wrong

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Quarkus version or git rev

2.10.0.Final

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@jeffmaury jeffmaury added the kind/bug Something isn't working label Jun 28, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Jun 28, 2022

/cc @glefloch, @quarkusio/devtools

@quarkus-bot quarkus-bot bot added the area/gradle Gradle label Jun 28, 2022
@glefloch
Copy link
Member

Thanks for reporting this @jeffmaury, I will check why we need 7.4 but I think we should switch back to support older gradle version.

@jeffmaury
Copy link
Contributor Author

FTR if not using Gradle 7.4 then there are some class cast exceptions between internal Gradle classes that are used by the plugin

@glefloch
Copy link
Member

Yes I can reproduce the exception

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/gradle Gradle kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants