Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for customImlFolder (0.25 sec)

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

            jdkName = '1.6'
    
            iml {
                generateTo = file('customImlFolder')
    
                withXml {
                    def node = it.asNode()
                    node.appendNode('someInterestingConfiguration', 'hey!')
                }
            }
        }
    }
    '''
    
            //then
            def iml = parseImlFile('customImlFolder/foo')
            ['additionalCustomSources',
             'additionalCustomResources',
    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