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

fix missing quarkus gradle dependency #10394

Merged
merged 1 commit into from
Jul 1, 2020

Conversation

glefloch
Copy link
Member

@glefloch glefloch commented Jul 1, 2020

this branch closes #9842 by looking to all buildscript dependency not only buildscript declaring quarkus as parent.

@boring-cyborg boring-cyborg bot added area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle labels Jul 1, 2020
@glefloch glefloch requested a review from aloubyansky July 1, 2020 08:45

java {
sourceCompatibility = JavaVersion.VERSION_11
targetCompatibility = JavaVersion.VERSION_11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As long as we support Java 8 we should simply remove this.

Copy link
Member

@aloubyansky aloubyansky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good except the test requiring Java 11.

@glefloch
Copy link
Member Author

glefloch commented Jul 1, 2020

Thanks @aloubyansky for the review. I used the reproducer to init the test. I removed the java version setup from the build.gradle

@aloubyansky aloubyansky merged commit 24a5ae6 into quarkusio:master Jul 1, 2020
@gsmet gsmet added this to the 1.7.0 - master milestone Jul 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/gradle Gradle
Projects
None yet
Development

Successfully merging this pull request may close these issues.

quarkusDev task fails with "Unable to find quarkus-gradle-plugin dependency"
3 participants