gradle.properties 406 B

12345678910111213141516171819202122232425
  1. #--------------------------------------#
  2. # Versions #
  3. #--------------------------------------#
  4. jdk=11
  5. testJdk=17
  6. materialfx=11.15.0
  7. # Plugins
  8. jfxPlugin=0.0.13
  9. jlink=2.26.0
  10. bnd=6.2.0
  11. mavenPublish=0.19.0
  12. shadowJarPlugin=7.1.2
  13. # Dependencies
  14. jfx=19.0.2
  15. vfx=11.2.6
  16. cssfx=11.4.0
  17. ikonli=12.3.1
  18. # Test Dependencies
  19. junit=5.9.1
  20. junitSuite=1.8.1
  21. testfx=4.0.16-alpha
  22. scenicView=17.0.2