Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeJavaSourceWithWindowsLineEndings (0.66 sec)

  1. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/JavaCompileLineEndingSensitivityIntegrationTest.groovy

            writeJavaSourceWithUnixLineEndings()
    
            when:
            succeeds compileTask
    
            then:
            executedAndNotSkipped compileTask
    
            when:
            writeJavaSourceWithWindowsLineEndings()
            succeeds compileTask
    
            then:
            skipped compileTask
        }
    
        def "java compile is not sensitive to line endings during build cache key calculation"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 2.4K bytes
    - Viewed (0)
Back to top