Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 928 for tuning (0.3 sec)

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

    import org.gradle.api.JavaVersion;
    import org.gradle.plugins.ide.api.PropertiesFileContentMerger;
    import org.gradle.util.internal.ConfigureUtil;
    
    import javax.inject.Inject;
    
    /**
     * Enables fine-tuning jdt details of the Eclipse plugin
     *
     * <pre class='autoTested'>
     * plugins {
     *     id 'java'
     *     id 'eclipse'
     * }
     *
     * eclipse {
     *   jdt {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  2. platforms/ide/ide/src/main/java/org/gradle/plugins/ide/eclipse/model/EclipseWtpFacet.java

    import java.util.List;
    import java.util.Map;
    import java.util.Objects;
    import java.util.stream.Collectors;
    
    import static org.gradle.util.internal.ConfigureUtil.configure;
    
    /**
     * Enables fine-tuning wtp facet details of the Eclipse plugin
     * <p>
     * Advanced configuration closures beforeMerged and whenMerged receive {@link WtpFacet} object as parameter.
     *
     * <pre class='autoTested'>
     * plugins {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 6K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/reference/third_party_integration.adoc

    Using the connection you can execute tasks, tests and retrieve models relative to this project.
    
    [[sec:embedding_compatibility]]
    === Compatibility of Java and Gradle versions
    
    The following components should be considered when implementing Gradle integration: the Tooling API version, The JVM running the Tooling API client (i.e. the IDE process), the JVM running the Gradle daemon, and the Gradle version.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  4. platforms/core-configuration/graph-serialization/src/main/kotlin/org/gradle/internal/serialize/graph/Running.kt

    Rodrigo B. de Oliveira <******@****.***> 1716386557 -0300
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 20:48:51 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  5. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/snapshot/impl/Thing.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.snapshot.impl
    
    import org.gradle.api.Named
    
    interface Thing extends Named {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 723 bytes
    - Viewed (0)
  6. platforms/jvm/language-groovy/src/testFixtures/resources/org/gradle/groovy/compile/AbstractBasicGroovyCompilerIntegrationSpec/groovyToolClassesAreNotVisible/src/main/groovy/Thing.groovy

    class Thing {
        def builder = new groovy.ant.AntBuilder()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 62 bytes
    - Viewed (0)
  7. docs/de/docs/advanced/using-request-directly.md

    Nils Lindemann <******@****.***> 1711829912 +0100
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:18:32 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  8. docs/zh/docs/advanced/using-request-directly.md

    jaystone776 <******@****.***> 1711838642 +0800
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 22:44:02 UTC 2024
    - 2K bytes
    - Viewed (0)
  9. platforms/core-runtime/logging/src/integTest/groovy/org/gradle/internal/logging/console/taskgrouping/AbstractBasicGroupedTaskLoggingFunctionalTest.groovy

            result.groupedOutput.task(':b:log').outcome == null
        }
    
        def "long running task output are flushed after delay"() {
            server.start()
    
            given:
            buildFile << """
                task log {
                    doLast {
                        logger.quiet 'Before'
                        ${callFromBuild('running')}
                        logger.quiet 'After'
                    }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 8.2K bytes
    - Viewed (0)
  10. pkg/config/analysis/analyzers/testdata/externalcontrolplane-using-ip-addr.yaml

    Michael Weiner <******@****.***> 1697542898 -0500
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 17 11:41:38 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top