Class Util


  • public class Util
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.io.File findToolsJar()
      Takes the place of Jvm.findToolsJar(File)
      static org.gradle.api.plugins.JavaPluginExtension javaPluginExtension​(org.gradle.api.Project project)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • findToolsJar

        public static java.io.File findToolsJar()
        Takes the place of Jvm.findToolsJar(File)
        Returns:
        the location of tools.jar
      • javaPluginExtension

        public static org.gradle.api.plugins.JavaPluginExtension javaPluginExtension​(org.gradle.api.Project project)