Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getGradleArgs (0.87 sec)

  1. platforms/core-configuration/configuration-cache/src/integTest/groovy/org/gradle/internal/cc/impl/inputs/undeclared/SystemPropertyInjection.groovy

    package org.gradle.internal.cc.impl.inputs.undeclared
    
    import org.gradle.internal.cc.impl.AbstractConfigurationCacheIntegrationTest
    
    abstract class SystemPropertyInjection extends BuildInputInjection {
        List<String> getGradleArgs() {
            return []
        }
    
        static List<SystemPropertyInjection> all(String prop, String value) {
            return [
                commandLine(prop, value),
                gradleProperties(prop, value),
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jun 08 11:29:25 UTC 2024
    - 2.4K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/provider-task-properties.txt

    Method <org.gradle.ide.visualstudio.tasks.GenerateProjectFileTask.getGradleArgs()> does not have raw return type assignable to org.gradle.api.provider.Property in (GenerateProjectFileTask.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 13:33:20 UTC 2024
    - 51.8K bytes
    - Viewed (0)
Back to top