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

The E2E test is not a complete example #439

Open
erikmartino opened this issue Jun 18, 2021 · 0 comments
Open

The E2E test is not a complete example #439

erikmartino opened this issue Jun 18, 2021 · 0 comments

Comments

@erikmartino
Copy link

What happened?

The README.md says to look in the E2E test for a full example. If I do that and create a gradle project
with the configuration

...
apply plugin: 'com.palantir.graal'
graal {
    mainClass 'com.example.FooApplication'
    outputName 'foo'
}
....

then the output of ./gradlew nativeImage is

* Where:
Build file '/Users/luser/git/foo/build.gradle' line: 12

* What went wrong:
A problem occurred evaluating project ':foo'.
> Plugin with id 'com.palantir.graal' not found.

This is as expected, however the README.md leads one to believe this is a full example.

What did you want to happen?

Let the README.md link to a standalone project as an example, not a test in the gradle-graal repo.

@erikmartino erikmartino changed the title The E2E tes is not a complete example The E2E test is not a complete example Jun 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant