Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for third_party_integration (0.31 sec)

  1. platforms/documentation/docs/src/docs/userguide/reference/third_party_integration.adoc

    // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    [[third_party_integration]]
    = Gradle & Third-party Tools
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 8.8K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/redirects/embedding.adoc

    ++++
    <meta http-equiv="refresh" content="0;URL=third_party_integration.html#embedding">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 93 bytes
    - Viewed (0)
  3. platforms/extensibility/test-kit/src/main/java/org/gradle/testkit/runner/internal/feature/BuildResultOutputFeatureCheck.java

                            "TestKit will only support the last 5 major versions in future.")
                        .willBecomeAnErrorInGradle9()
                        .withUserManual("third_party_integration", "sec:embedding_compatibility")
                        .nagUser();
                }
            }
        }
    
        private boolean supportsVersion() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 14:27:21 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  4. 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)
  5. 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)
  6. platforms/extensibility/test-kit/src/main/java/org/gradle/testkit/runner/internal/ToolingApiGradleExecutor.java

                        targetGradleVersion.getVersion()))
                    .willBecomeAnErrorInGradle9()
                    .withUserManual("third_party_integration", "sec:embedding_compatibility")
                    .nagUser();
            }
        }
    
        private GradleVersion determineTargetGradleVersion(ProjectConnection connection) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 14:27:21 UTC 2024
    - 13.1K bytes
    - Viewed (0)
  7. 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)
  8. 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