Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for set_warning (0.23 sec)

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

         */
        @Console
        public boolean isWarnings() {
            return warnings;
        }
    
        /**
         * Sets whether to log warning messages. The default is {@code true}.
         */
        public void setWarnings(boolean warnings) {
            this.warnings = warnings;
        }
    
        /**
         * Returns the character encoding to be used when reading source files. Defaults to {@code null}, in which
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 08:40:36 UTC 2024
    - 19.2K bytes
    - Viewed (0)
Back to top