Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 127 for ecosystem (0.21 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/toolchain/management/ToolchainManagement.java

     * <p>
     * <code>ToolchainManagement</code> is extended by plugins to support different ecosystems.
     * <p>
     * One option available at present is using the <code>jvm-toolchain-management</code> plugin, which
     * adds a <code>jvm</code> block to it, allowing for the configuration of toolchains used in the
     * JVM ecosystem.
     *
     * @since 7.6
     */
    @Incubating
    public interface ToolchainManagement extends ExtensionAware {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 22 12:20:48 UTC 2022
    - 1.2K bytes
    - Viewed (1)
  2. platforms/core-configuration/declarative-dsl-core/src/integTest/groovy/org/gradle/internal/declarativedsl/ErrorHandlingOnReflectiveCallsSpec.groovy

                            implementationClass = "com.example.restricted.RestrictedPlugin"
                        }
                        create("restrictedEcosystem") {
                            id = "com.example.restricted.ecosystem"
                            implementationClass = "com.example.restricted.SoftwareTypeRegistrationPlugin"
                        }
                    }
                }
            """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 10:11:12 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  3. samples/wasm_modules/README.md

    # WASM demo
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 07 21:28:34 UTC 2023
    - 144 bytes
    - Viewed (0)
  4. platforms/native/distributions-native/build.gradle.kts

        agentsRuntimeOnly(project(":instrumentation-agent"))
    
        pluginsRuntimeOnly(platform(project(":distributions-jvm"))) {
            because("the project dependency 'toolingNative -> ide' currently links this to the JVM ecosystem")
        }
        pluginsRuntimeOnly(platform(project(":distributions-publishing"))) {
            because("configuring publishing is part of the 'language native' support")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 825 bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiextensions-apiserver/go.mod

    	github.com/google/btree v1.0.1 // indirect
    	github.com/gorilla/websocket v1.5.0 // indirect
    	github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
    	github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
    	github.com/grpc-ecosystem/grpc-gateway v1.16.0 // indirect
    	github.com/grpc-ecosystem/grpc-gateway/v2 v2.16.0 // indirect
    	github.com/imdario/mergo v0.3.6 // indirect
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 21:47:11 UTC 2024
    - 6K bytes
    - Viewed (0)
  6. .zenodo.json

    {
        "description": "TensorFlow is an end-to-end open source platform for machine learning. It has a comprehensive, flexible ecosystem of tools, libraries, and community resources that lets researchers push the state-of-the-art in ML and developers easily build and deploy ML-powered applications.",
        "license": "Apache-2.0",
        "title": "TensorFlow",
        "upload_type": "software",
        "creators": [
            {
                "name": "TensorFlow Developers"
            }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 18 19:19:25 UTC 2021
    - 741 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/overview/userguide.adoc

    == Why Gradle?
    
    Gradle is a widely used and mature tool with an active community and a strong developer ecosystem.
    
    * Gradle is the most popular build system for the JVM and is the default system for Android and Kotlin Multi-Platform projects.
    It has a rich community plugin ecosystem.
    * Gradle can automate a wide range of software build scenarios using either its built-in functionality, third-party plugins, or custom build logic.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 3.5K bytes
    - Viewed (0)
  8. subprojects/core-api/src/main/java/org/gradle/api/attributes/java/package-info.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    /**
     * Attributes specific to the Java ecosystem.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 21 13:03:59 UTC 2024
    - 711 bytes
    - Viewed (0)
  9. platforms/jvm/jvm-services/src/main/java/org/gradle/api/attributes/java/package-info.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    /**
     * Attributes specific to the Java ecosystem.
     */
    @org.gradle.api.NonNullApi
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 21 19:44:06 UTC 2024
    - 738 bytes
    - Viewed (0)
  10. releasenotes/notes/agent-dns-capture.yaml

      content: |
        In order to provide DNS resolution for ServiceEntries, Istio has provided an optional addon as part of the install to
        deploy the third party [istio-coredns-plugin](https://github.com/istio-ecosystem/istio-coredns-plugin). In this release,
        the Istio sidecar can now provide this functionality natively. This can be enabled with the `meshConfig.defaultConfig.proxyMetadata.ISTIO_META_DNS_CAPTURE="true"`.
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 08 04:32:46 UTC 2020
    - 1.1K bytes
    - Viewed (0)
Back to top