Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for applyFirstToWarProject_shouldHaveWebProjectAndClasspathTask (0.3 sec)

  1. platforms/ide/ide-plugins/src/test/groovy/org/gradle/plugins/ide/eclipse/EclipseWtpPluginTest.groovy

                    new Facet(FacetType.installed, "jst.web", "2.4"),
                    new Facet(FacetType.installed, "jst.java", "5.0")])
        }
    
        def applyFirstToWarProject_shouldHaveWebProjectAndClasspathTask() {
            when:
            project.apply(plugin: 'eclipse-wtp')
            project.apply(plugin: 'war')
            project.sourceCompatibility = 1.8
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 08 10:14:49 UTC 2023
    - 16.2K bytes
    - Viewed (0)
Back to top