Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 102 for 214 (0.02 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/model/eclipse/EclipseClasspathEntry.java

    /**
     * An element that can have classpath attributes.
     *
     * @since 2.14
     */
    public interface EclipseClasspathEntry {
    
        /**
         * Returns the classpath attributes associated with this classpath entry.
         *
         * @return The classpath attributes.
         * @throws UnsupportedMethodException For Gradle versions older than 2.14, where this method is not supported.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  2. testing/performance/docs/performance-bisect.md

    /home/vmadmin/.gradle-bisect-results/result_0_cd420bfd_2016-06-17-13:15:11.xml-Difference: 3.8 ms slower (3.8 ms), 0.39%, max regression: 140 ms
    --
    /home/vmadmin/.gradle-bisect-results/result_1_00f795e2_2016-06-17-13:10:45.xml:Speed Results for test project 'mediumNativeMonolithic' with tasks build: we're slower than 2.14.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  3. platforms/jvm/platform-jvm/src/main/java/org/gradle/jvm/tasks/Jar.java

         * You can change this property but it is not recommended as JVMs expect JAR metadata to be encoded using UTF-8
         *
         * @return the character set used to encode JAR metadata like file names
         * @since 2.14
         */
        @Override
        public String getMetadataCharset() {
            return super.getMetadataCharset();
        }
    
        /**
         * The character set used to encode JAR metadata like file names.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  4. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/console/BuildStatusRendererTest.groovy

            statusBar.display == '<-------------> 0% WAITING'
        }
    
        def "formats configuration phase"() {
            given:
            def event1 = startRootBuildOperation(1)
            def event2 = startConfigureRootBuild(2, 1, 4)
            def event3 = startConfigureProject(3, 2)
            def event4 = startConfigureProject(4, 2)
            def event5 = startConfigureProject(5, 2)
    
            when:
            renderer.onOutput(event1)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  5. platforms/jvm/platform-jvm/src/main/java/org/gradle/api/java/archives/ManifestMergeSpec.java

         * @return the character set used to decode the merged manifest content
         * @since 2.14
         */
        String getContentCharset();
    
        /**
         * The character set used to decode the merged manifest content.
         *
         * @param contentCharset the character set used to decode the merged manifest content
         * @see #getContentCharset()
         * @since 2.14
         */
        void setContentCharset(String contentCharset);
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 15:09:49 UTC 2023
    - 3K bytes
    - Viewed (0)
  6. test-site/build.sbt

    libraryDependencies += "org.codelibs" % "elasticsearch-fess-suggest" % "2.1.2"
    
    libraryDependencies += "org.codelibs" % "elasticsearch-analysis-kuromoji-neologd" % "2.1.1"
    
    libraryDependencies += "org.codelibs.fess" % "fess-suggest" % "2.1.4-SNAPSHOT"
    
    libraryDependencies += "org.apache.httpcomponents" % "httpclient" % "4.3.1"
    
    libraryDependencies += "org.codehaus.groovy" % "groovy-all" % "2.4.0"
    
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Fri Apr 01 05:40:58 UTC 2016
    - 968 bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/converters/BackwardsCompatibleIdeaModuleDependency.java

    package org.gradle.tooling.internal.consumer.converters;
    
    import org.gradle.tooling.model.idea.IdeaModule;
    import org.gradle.tooling.model.idea.IdeaModuleDependency;
    
    /**
     * This is used for compatibility with clients &lt;2.14
     */
    public interface BackwardsCompatibleIdeaModuleDependency extends IdeaModuleDependency {
        IdeaModule getDependencyModule();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 976 bytes
    - Viewed (0)
  8. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/model/idea/IdeaModuleIdentifier.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package org.gradle.tooling.model.idea;
    
    /**
     * Identifies an Idea module.
     *
     * @since 2.14
     */
    public interface IdeaModuleIdentifier {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 754 bytes
    - Viewed (0)
  9. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/consumer/converters/IdeaModuleDependencyTargetNameMixin.java

     * limitations under the License.
     */
    
    package org.gradle.tooling.internal.consumer.converters;
    
    import org.gradle.tooling.model.idea.IdeaDependency;
    
    /**
     * This is used for compatibility with clients &lt;2.14
     */
    public class IdeaModuleDependencyTargetNameMixin {
        private final IdeaDependency ideaModuleDependency;
    
        public IdeaModuleDependencyTargetNameMixin(IdeaDependency ideaModuleDependency) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  10. .github/workflows/update-rbe.yml

            # TF 2.14
            map sigbuild-r2.14 2.14-python3.9
            map sigbuild-r2.14-python3.9 2.14-python3.9
            map sigbuild-r2.14-python3.10 2.14-python3.10
            map sigbuild-r2.14-python3.11 2.14-python3.11
            # TF 2.14 + Clang (containers are the same, but env vars in configs.bzl are different)
            map sigbuild-r2.14-clang 2.14-python3.9
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 10 15:40:34 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top