Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allowsReconfiguringBeforeOrAfterMerging (0.44 sec)

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

    }
    '''
            def content = getFile([:], 'root.iml').text
    
            //then
            assert content.contains('bar.jar')
        }
    
        @Test
        @ToBeFixedForConfigurationCache
        void allowsReconfiguringBeforeOrAfterMerging() {
            //given
            def existingIml = file('root.iml')
            existingIml << '''<?xml version="1.0" encoding="UTF-8"?>
    <module relativePaths="true" type="JAVA_MODULE" version="4">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 24.4K bytes
    - Viewed (0)
Back to top