Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for JDK_1_4 (0.19 sec)

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

        java.targetCompatibility = 1.8
    }
    """
            when:
            succeeds "idea"
    
            then:
            ipr.languageLevel == "JDK_1_7"
            ipr.jdkName == "1.8"
            iml('root').languageLevel == "JDK_1_4"
            iml('child1').languageLevel == "JDK_1_6"
            iml('child2').languageLevel == "JDK_1_5"
            iml('child3').languageLevel == null
            ipr.bytecodeTargetLevel.@target == '1.8'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 10.8K bytes
    - Viewed (0)
Back to top