Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getConfigurationCacheLogLevel (0.24 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/buildtree/BuildModelParameters.java

        public boolean isConfigureOnDemand() {
            return configureOnDemand;
        }
    
        public boolean isConfigurationCache() {
            return configurationCache;
        }
    
        public LogLevel getConfigurationCacheLogLevel() {
            return configurationCacheLogLevel;
        }
    
        public boolean isIsolatedProjects() {
            return isolatedProjects;
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 02:21:10 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top