Class GradleUtils


  • public class GradleUtils
    extends Object
    This utility class provides methods for interacting with Gradle.
    • Constructor Detail

      • GradleUtils

        public GradleUtils()
    • Method Detail

      • getGradleHome

        public static Path getGradleHome()
        Returns the path to the Gradle home directory.

        The Gradle home directory is located at ~/.gradle/caches/github by default.

        Returns:
        the path to the Gradle home directory