Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/internal/tooling/idea/IsolatedIdeaModuleInternal.java

        }
    
        @Nullable
        public JavaVersion getExplicitTargetBytecodeVersion() {
            return explicitTargetBytecodeVersion;
        }
    
        public void setExplicitTargetBytecodeVersion(@Nullable JavaVersion explicitTargetBytecodeVersion) {
            this.explicitTargetBytecodeVersion = explicitTargetBytecodeVersion;
        }
    
        public List<DefaultIdeaDependency> getDependencies() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top