Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setConfigurationScript (0.66 sec)

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

            return configurationScript;
        }
    
        /**
         * Sets the path to the groovy configuration file.
         *
         * @see #getConfigurationScript()
         */
        public void setConfigurationScript(@Nullable File configurationFile) {
            this.configurationScript = configurationFile;
        }
    
        /**
         * Whether the Groovy code should be subject to Java annotation processing.
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 12.4K bytes
    - Viewed (0)
Back to top