How do I tell Gradle to use specific JDK version?

前端 未结 17 2400
时光取名叫无心
时光取名叫无心 2020-11-22 12:12

I can\'t figure out to get this working.

Scenario:

  • I have an application built with gradle
  • The application uses JavaFX

What I w

17条回答
  •  一生所求
    2020-11-22 12:29

    there is a Gradle plugin that download/bootstraps a JDK automatically:

    https://plugins.gradle.org/plugin/com.github.rmee.jdk-bootstrap

    No IDE integration yet and a decent shell required on Windows.

提交回复
热议问题