-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add gradle plugin to GraalPy demos #10
Conversation
7a085ab
to
053c192
Compare
053c192
to
e15dcde
Compare
d909fa2
to
292ec2b
Compare
I tried the JavaSE guide and it works fine except for one known issue (empty resources directory breaks the plugin). Some suggested changes are in https://github.com/graalvm/graal-languages-demos/compare/tim/add-gradle-demos...steve-s:graal-languages-demos:ss/gradle-demos-review?expand=1 |
I am done reviewing, I've pushed some suggestions/fixes to https://github.com/steve-s/graal-languages-demos/tree/ss/gradle-demos-review, feel free to cherry-pick and adapt as you see fit. (edit: pushed few more just now and I've really done :-)) |
292ec2b
to
a5eeaf4
Compare
This updates some of our GraalPy guides and demos to show the gradle plugin. I didn't update those examples that do not use the maven plugin and a couple of examples that are simply concerned with a different set of packages. (graalpy-native-extensions-guide, graalpy-openai-starter, graalpy-spring-boot-pygal-charts, graalpy-micronaut-pygal-charts). Do you think those 4 should be updated as well?