Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for normalizeScalaOutput (0.36 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/logging/ZincScalaCompilerOutputNormalizer.groovy

        String normalize(String output, ExecutionMetadata executionMetadata) {
            executionMetadata.tempSampleProjectDir.name.startsWith('building-scala')
                ? normalizeScalaOutput(output)
                : output
        }
    
        private String normalizeScalaOutput(String output) {
            PATTERN.matcher(output)
                .replaceAll("")
                .with {
                    // remove starting empty line
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top