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

issue-36: Create branch 11.0.0 #39

Merged
merged 3 commits into from
Oct 13, 2018
Merged

issue-36: Create branch 11.0.0 #39

merged 3 commits into from
Oct 13, 2018

Conversation

jperedadnr
Copy link
Contributor

  • Source/Target compatibility bumped to 1.9
  • Core can be used as dependency on any project with Java 9, 10, 11
  • Sampler runs standalone in JDK: 9, 10, 11
  • Added Launcher class to Sampler to allow running via shadow jar
  • Remove private API

- Source/Target compatibility bumped to 1.9
- Core can be used as dependency on any project with Java 9, 10, 11
- Sampler runs standalone in JDK: 9, 10, 11
- Added Launcher class to Sampler to allow running via shadow jar
- Remove private API
@Birdasaur
Copy link
Contributor

Excellent work as usual Jose.

dependencies {
compile "org.openjfx:javafx-graphics:11:win"
compile "org.openjfx:javafx-graphics:11:linux"
compile "org.openjfx:javafx-graphics:11:mac"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is adding all 3 platform a requirement for the fat jar?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, this adds the native libs of all three platforms to the fat jar.
If you don't do this, when you create the jar you will have only the current platform, so the jar won't be cross-platform

Copy link
Collaborator

Choose a reason for hiding this comment

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

Thanks for clarifying.

build.gradle Outdated
repositories {
jcenter()
}

dependencies {
compile "org.openjfx:javafx-base:11:${platform}"
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can get rid of the curly braces surrounding platform

@jperedadnr jperedadnr merged commit 8fb3247 into FXyz:11.0.0 Oct 13, 2018
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.

3 participants