作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我们将路径设置为Java库时,我们只需编写如下代码:
compile('ch.qos.logback:logback-classic:1.0.13')
C:
上的驱动器
D:
或Linux根
/
中
最佳答案
Java has no concept of libraries or versions. In Java, there is no standard way to tell the JVM that you are using version 3.0.5 of Hibernate, and there is no standard way to say that foo-1.0.jar depends on bar-2.0.jar. This has led to external solutions often based on build tools.
gradle.properties
中的.gradle
目录中的HOME_DIRECTORY
中设置org.gradle.java.home=/path_to_jdk_directory
gradle.properties也可以在项目级别定义,请参阅gradle.org/docs/current/userguide/build_environment.html gradle.build
中compileJava.options.fork = true
compileJava.options.forkOptions.executable = /path_to_javac
关于java - 在没有显式JDK路径的情况下如何在Gradle项目中设置JDK版本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35911416/
我是一名优秀的程序员,十分优秀!