-
Notifications
You must be signed in to change notification settings - Fork 2
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 type com.hpe.kraal.gradle.KraalExtension_Decorated. #2
Comments
Are you able to build the Gradle example with the Kotlin DSL build file? What version of Gradle are you using with this project? The |
Yep, it was a 5.3 issue. After upgrading it got partially fixed :) Because I'm using the groovy version I did not include all the parts of the Kotlin DSL, I believe the new error now is due missing some of the tasks. Thanks |
Any chance you can provide a regular build.gradle (groovy) example? Also I could not figure out how to combine it with the shadow plugin that I usually have for the fatjar creation. It complains about a property from the Regards |
@viniciusccarvalho I had the same issue when I called the kraal plugin before the kotlin jvm plugin, here's what I had (in Kotlin DSL): Broken:
Fixed:
Hope it helps you. |
Hi there, after giving up on trying ktor with graal I found this, and I was so happy to see someone is looking into this.
But I could not manage to get the simplest gradle (groovy not kotlin) project started.
I get the following error when trying to build the project:
And here's my build.gradle file:
Any ideas?
The text was updated successfully, but these errors were encountered: