-
Notifications
You must be signed in to change notification settings - Fork 6
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
Should the instructions work with Gradle 7.3-rc-1? #3
Comments
Hey, so sorry for the late reply! Yes, you're right. It should work with the latest Gradle RC's, and I need to update the build instructions for this. Due to some changes that Tomasz made with the way Bloop/Metals works, the entire section with the manual Will update it ASAP to latest instructions, remove unnecessary bits, and also try to put up a working example repo if I have some time. |
Okay, I've updated the |
Thanks for coming back to me @GavinRay97! I do still seem to get the same error. On the following gradle version now:
|
I almost got it working by using But then I got this error instead:
|
After upgrading to Gradle 7.3.3 I've started getting some more informative error messages. I think I've narrowed this problem down to some combination of the following -
I don't 100% know what I'm doing with some of these changes (e.g. why Not sure if you'd like to incorporate any of these changes into your README @GavinRay97 or if they are completely misguided! Full
|
I'm interested in trying out Quarkus in Scala 3 and am hitting a build issue. I'm using the gradle build referenced in the PR that the README mentions, so I should have the required level of Scala 3 support in gradle.
I still get back an error:
Plugin [id: 'io.quarkus'] was not found in any of the following sources
.Should this currently be working? I have tried with the 7.3-rc-1 release as well.
Configs
Error
The text was updated successfully, but these errors were encountered: