Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for publicTypeOfExtension (0.29 sec)

  1. platforms/ide/ide-plugins/src/test/groovy/org/gradle/plugins/ide/idea/IdeaPluginTest.groovy

        }
    
        def "declares public type of idea extension"() {
            when:
            applyPluginToProjects()
    
            then:
            publicTypeOfExtension("idea") == typeOf(IdeaModel)
        }
    
        @Issue('https://github.com/gradle/gradle/issues/8749')
        def "can add to file set properties"() {
            given:
            applyPluginToProjects()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 9.2K bytes
    - Viewed (0)
Back to top