Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getAstTransformationClasspath (0.26 sec)

  1. platforms/jvm/language-groovy/src/main/java/org/gradle/api/tasks/compile/GroovyCompile.java

            // See https://github.com/gradle/gradle/pull/9513
            return super.getClasspath();
        }
    
        /**
         * The classpath containing AST transformations and their dependencies.
         *
         * @since 5.6
         */
        @Classpath
        public ConfigurableFileCollection getAstTransformationClasspath() {
            return astTransformationClasspath;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 15.6K bytes
    - Viewed (0)
Back to top