Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for createRuntimeApiTaskWithNormalization (0.45 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/tasks/AbstractLineEndingSensitivityIntegrationSpec.groovy

                } else if (inputAnnotation == CompileClasspath) {
                    normalizer = CompileClasspathNormalizer
                } else {
                    normalizer = null
                }
                createRuntimeApiTaskWithNormalization(lineEndingSensitivity, pathSensitivity, normalizer)
            } else {
                throw new IllegalArgumentException()
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 20 11:16:24 UTC 2024
    - 21.2K bytes
    - Viewed (0)
Back to top