Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for Jdt (0.02 sec)

  1. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/Classpath.java

        }
    
        private boolean isJreContainer(ClasspathEntry entry) {
            return entry instanceof Container && ((Container) entry).getPath().startsWith("org.eclipse.jdt.launching.JRE_CONTAINER");
        }
    
        private boolean isOutputLocation(ClasspathEntry entry) {
            return entry instanceof Output;
        }
    
        /**
         * Creates a new {@link FileReference} instance.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sun Mar 24 15:55:52 UTC 2024
    - 9.7K bytes
    - Viewed (0)
  2. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/JavaCompileToolchainIntegrationTest.groovy

                        this.ecjClasspath = ecjClasspath
                    }
    
                    @Override
                    List<String> asArguments() {
                        return ["-cp", ecjClasspath.asPath, "org.eclipse.jdt.internal.compiler.batch.Main"]
                     }
                }
    
                compileJava {
                    def customJavaLauncher = javaToolchains.launcherFor {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon May 27 10:21:26 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    ==== Changed classpath filtering for Eclipse
    
    Gradle 5.6 no longer supplies custom classpath attributes in the Eclipse model.
    Instead, it provides the attributes for link:https://www.eclipse.org/eclipse/news/4.8/jdt.php#jdt-test-sources[Eclipse test sources].
    This change requires Buildship version 3.1.1 or later.
    
    ==== Embedded Kotlin upgraded to 1.3.41
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  4. gradle/verification-metadata.xml

             <artifact name="ec4j-core-0.3.0.jar">
                <pgp value="2E92113263FC31C74CCBAAB20E91C2DE43B72BB1"/>
             </artifact>
          </component>
          <component group="org.eclipse.jdt.core.compiler" name="ecj" version="4.6.1">
             <artifact name="ecj-4.6.1.jar">
                <pgp value="45DAD8AED069092BC7BE9843ECA081A9790D4FC4"/>
             </artifact>
          </component>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 21 22:30:36 UTC 2024
    - 90.1K bytes
    - Viewed (0)
  5. testing/architecture-test/src/changes/archunit-store/public-api-methods-return-allowed-types.txt

    Method <org.gradle.plugins.ide.eclipse.model.EclipseModel.jdt(groovy.lang.Closure)> has arguments/return type groovy.lang.Closure that is not Gradle public API or primitive or built-in JDK classes or Kotlin classes in (EclipseModel.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:21:31 UTC 2024
    - 91.3K bytes
    - Viewed (0)
Back to top