Package com.diffplug.gradle.pde
Class JdkConfig
- java.lang.Object
-
- com.diffplug.gradle.pde.JdkConfig
-
public class JdkConfig extends Object
Detects the JDK folder from the gradle project, and wraps it in an API.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<File>getJdkLibs()Returns the JDK's libs which you're going to link against.FilegetRootFolder()Returns the folder at the root of the JDK.
-