-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Could not create an instance of Tooling API implementation using the specified Gradle distribution 'https://services.gradle.org/distributions/gradle-6.5.1-all.zip'. #11310
Comments
/cc @quarkusio/devtools, @glefloch |
Was hoping to do some clean up but since a few people have already asked me for details on Twitter, here is how to reproduce. Apologies for the poor shape of the code, but it's transitioning from Micronaut to Quarkus so it still kind of a hybrid (although I've commented out everything Micronaut related):
I have seen the exact same behavior on two different Windows machines, hopefully you can see this as well pretty quickly. |
Thanks for reporting this one. Is it working when running the |
quarkusDev starts w/o errors. |
Indeed, |
FYI - I get the same behavior with gradle 6. Repro on win 10, jdk-14.0.1.7, with basically the template project created on quarkus.io. Full stack trace
|
@Imaclean74 are you using the |
Is there any way that we can support Gradle Kotlin DSL |
@vu-bui, you right. I forgot about this one. I will add the |
Describe the bug
produced the following error
Expected behavior
The application should start.
Actual behavior
The application doesn't start.
To Reproduce
Using Gradle 6.5.1 on Windows 10. Haven't uploaded this project to github yet but can do if necessary.
Configuration
Environment (please complete the following information):
Windows 10
Additional context
Full stack trace
The text was updated successfully, but these errors were encountered: