Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for onlyAddsSourceDirsThatExistOnFileSystem (0.22 sec)

  1. platforms/ide/ide-plugins/src/integTest/groovy/org/gradle/plugins/ide/idea/IdeaIntegrationTest.groovy

        }
    
        @Test
        @ToBeFixedForConfigurationCache
        void onlyAddsSourceDirsThatExistOnFileSystem() {
            runIdeaTask """
    apply plugin: "java"
    apply plugin: "groovy"
    apply plugin: "idea"
    
    sourceSets.main.java.srcDirs.each { it.mkdirs() }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 01:27:55 UTC 2024
    - 19.3K bytes
    - Viewed (0)
Back to top