Class GradleUtils
java.lang.Object
io.github.intisy.gradle.online.utils.GradleUtils
- Author:
- Finn Birich
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PathRetrieves the path to the Gradle home directory, specifically the "online" cache directory.
-
Constructor Details
-
GradleUtils
public GradleUtils()
-
-
Method Details
-
getGradleHome
Retrieves the path to the Gradle home directory, specifically the "online" cache directory.- Returns:
- The path to the "online" cache directory within the Gradle home directory.
-