Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for third_party_integration (0.3 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/other/test_kit.adoc

    include::sample[dir="snippets/testKit/junitQuickstart/groovy",files="build.gradle[tags=declare-gradle-testkit-dependency]"]
    ====
    
    The `gradleTestKit()` encompasses the classes of the TestKit, as well as the <<third_party_integration.adoc#embedding,Gradle Tooling API client>>. It does not include a version of https://junit.org[JUnit], https://testng.org[TestNG], or any other test execution framework. Such a dependency must be explicitly declared.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 23 05:36:09 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/userguide_single.adoc

    [[part:reference]]
    == **REFERENCE**
    
    include::command_line_interface.adoc[leveloffset=+2]
    include::gradle_wrapper.adoc[leveloffset=+2]
    include::plugin_reference.adoc[leveloffset=2]
    include::third_party_integration.adoc[leveloffset=2]
    
    == GRADLE DSLs and API
    
    include::groovy_build_script_primer.adoc[leveloffset=+2]
    include::kotlin_dsl.adoc[leveloffset=+2]
    
    == **LICENSE INFORMATION**
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 14 22:56:31 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/optimizing-performance/gradle_daemon.adoc

    NOTE: Currently, the _daemon JVM discovery_ does not support auto-provisioning of new JVM installations.
    This will be added in a future release.
    
    [[sec:tools_and_ides]]
    == Tools & IDEs
    
    The <<third_party_integration.adoc#embedding,Gradle Tooling API>> used by IDEs and other tools to integrate with Gradle _always_ uses the Gradle Daemon to execute builds.
    If you execute Gradle builds from within your IDE, you already use the Gradle Daemon.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 12:43:14 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/main/resources/header.html

                    <li><a href="../userguide/plugin_reference.html">Core Plugins</a></li>
                    <li id="third-party-integration"><a href="../userguide/third_party_integration.html">Gradle &amp; Third-party Tools</a></li>
                    <li><a href="../userguide/userguide_single.html">User Manual Single Page</a></li>
                    <li><a href="../userguide/userguide.pdf">User Manual PDF</a></li>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 35.6K bytes
    - Viewed (0)
Back to top