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

Enable use of local SDK #63

Open
jperedadnr opened this issue Jan 29, 2020 · 1 comment · May be fixed by #64
Open

Enable use of local SDK #63

jperedadnr opened this issue Jan 29, 2020 · 1 comment · May be fixed by #64
Assignees

Comments

@jperedadnr
Copy link
Collaborator

and bypass the use of the Maven dependencies.

@jperedadnr jperedadnr self-assigned this Jan 29, 2020
jperedadnr added a commit to jperedadnr/javafx-maven-plugin that referenced this issue Jan 29, 2020
@jperedadnr jperedadnr linked a pull request Jan 29, 2020 that will close this issue
@abhinayagarwal
Copy link
Collaborator

This can also be achieved using system scope:

<dependency>
    <groupId>org.openjfx</groupId>
    <artifactId>javafx-base</artifactId>
    <version>${javafx.version}</version>
    <scope>system</scope>
    <systemPath>${sdkpath}/javafx.base.jar</systemPath>
</dependency>

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 a pull request may close this issue.

2 participants