Skip to content

Improvements to build.gradle #306

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

Merged
merged 3 commits into from
Jan 9, 2022
Merged

Improvements to build.gradle #306

merged 3 commits into from
Jan 9, 2022

Conversation

ShirleyNekoDev
Copy link

To improve the ease of development, I'd suggest to include 3 Gradle plugins:

  • application - configuration of mainClass for gradle run
  • ben-manes.versions - dependency update checking via gradle dependencyUpdates
  • JavaFX - include JavaFX library/classpath which replaces the need for a Java SDK with bundled FX

Also updated dependencies to the newest (stable) versions.

I haven't checked if you'll run into build issues when including both the JavaFX Gradle plugin and a bundled SDK-JavaFX and how it works when building shippable executables. You might have to update the JDK in the .travis.yml.

I hope this PR is useful and helps further development! 🚀

@ShirleyNekoDev ShirleyNekoDev changed the title Improvements to gradle.build Improvements to build.gradle Dec 16, 2021
@Querz Querz merged commit ad025a4 into Querz:master Jan 9, 2022
@ShirleyNekoDev ShirleyNekoDev deleted the gradle-build-update branch January 9, 2022 20:31
@ShirleyNekoDev ShirleyNekoDev restored the gradle-build-update branch January 9, 2022 20:32
@ShirleyNekoDev ShirleyNekoDev deleted the gradle-build-update branch July 1, 2022 09:48
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.

2 participants