Package io.github.intisy.gradle.inno
Class GradleUtils
- java.lang.Object
-
- io.github.intisy.gradle.inno.GradleUtils
-
public class GradleUtils extends Object
This utility class provides methods for interacting with Gradle.
-
-
Constructor Summary
Constructors Constructor Description GradleUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PathgetGradleHome()Returns the path to the Gradle home directory.
-
-
-
Method Detail
-
getGradleHome
public static Path getGradleHome()
Returns the path to the Gradle home directory.The Gradle home directory is located at
~/.gradle/caches/githubby default.- Returns:
- the path to the Gradle home directory
-
-