Package com.diffplug.gradle.pde
Class JdkConfig
java.lang.Object
com.diffplug.gradle.pde.JdkConfig
Detects the JDK folder from the gradle project,
and wraps it in an API.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the JDK's libs which you're going to link against.Returns the folder at the root of the JDK.
-
Field Details
-
rootFolder
-
name
-
source
-
target
-
jreLibs
-
-
Constructor Details
-
JdkConfig
Creates a JDK using the project's `org.gradle.java.home` property. -
JdkConfig
-
-
Method Details
-
getRootFolder
Returns the folder at the root of the JDK. -
getJdkLibs
Returns the JDK's libs which you're going to link against.
-