Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for third_party_integration (0.28 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/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)
Back to top