Class GradleUtils

java.lang.Object
io.github.intisy.gradle.inno.utils.GradleUtils

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

    • GradleUtils

      public GradleUtils()
  • Method Details

    • 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