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

Graal build #32

Merged
merged 1 commit into from
Aug 11, 2020
Merged

Graal build #32

merged 1 commit into from
Aug 11, 2020

Conversation

yschimke
Copy link
Collaborator

Graal build working on windows, will test on other platforms also.

Windows Graal

@yschimke
Copy link
Collaborator Author

Debian Linux

image

@yschimke yschimke merged commit 5eea029 into cashapp:master Aug 11, 2020
@yschimke yschimke deleted the graal branch August 11, 2020 21:54
}
assemble.dependsOn generateGraalReflectionConfig
assemble.dependsOn installShadowDist

graal {
mainClass("app.cash.certifikit.cli.Main")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can reference the mainClassName here to avoid duplication.

graal {
mainClass("app.cash.certifikit.cli.Main")
outputName("cft")
graalVersion('20.1.0')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can reference this value in the dependencies block until palantir/gradle-graal#377 is available.

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

Successfully merging this pull request may close these issues.

None yet

3 participants