-
Notifications
You must be signed in to change notification settings - Fork 0
chore: Create initial setup for Java app #2
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
Conversation
build.gradle
Outdated
| // implementation('net.synedra:validatorfx:0.1.13') { | ||
| // exclude(group: 'org.openjfx') | ||
| // } | ||
| implementation('org.kordamp.ikonli:ikonli-javafx:12.3.0') | ||
| implementation('org.kordamp.bootstrapfx:bootstrapfx-core:0.4.0') | ||
| // implementation('eu.hansolo:tilesfx:17.1.5') { | ||
| // exclude(group: 'org.openjfx') | ||
| // } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The project did not build successfully with these two dependencies. Had to cut them out. Don't think we will need them. Even if so, we can figure it out later on.
* chore: Setup project build on CI * chore: Update CI build script * chore: Configure CI build * chore: Change java vendor on CI * chore: Use gradle cache on CI
co012
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you use javafx version 15.0.1 (There are newer versions).
|
I upgraded gradle to 7.4.1 (latest up to date) & JavaFX to 17.0.2 (latest LTS version). BTW. You can see below that our CI works! :D |
mhawryluk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I managed to run the app on my computer, so seems good!
Add initial setup for Java application with JavaFX -- we can change it later on, if we decide to go with different technology