Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 43 for ecosystem (0.52 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/variant_attributes.adoc

    | Based on the scheme in use
    |===
    
    [[sub:jvm_default_attributes]]
    === JVM ecosystem specific attributes
    
    In addition to the ecosystem independent attributes defined above, the JVM ecosystem adds the following attribute:
    
    .JVM ecosystem standard component attributes
    [%header%autowidth,compact]
    |===
    | Attribute name | Description | Values | compatibility and disambiguation rules
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 26 18:51:23 UTC 2024
    - 17.2K bytes
    - Viewed (0)
  2. hack/unwanted-dependencies.json

          "github.com/gorilla/schema": "unmaintained, archive mode",
          "github.com/gregjones/httpcache": "unmaintained, archive mode",
          "github.com/grpc-ecosystem/go-grpc-prometheus": "unmaintained, archive mode",
          "github.com/grpc-ecosystem/grpc-gateway": "use github.com/grpc-ecosystem/grpc-gateway/v2",
          "github.com/hashicorp/consul": "MPL license not in CNCF allowlist",
          "github.com/hashicorp/errwrap": "MPL license not in CNCF allowlist",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jun 13 12:31:38 UTC 2024
    - 9.8K bytes
    - Viewed (0)
  3. platforms/jvm/plugins-java/src/integTest/groovy/org/gradle/java/JavaProjectOutgoingVariantsIntegrationTest.groovy

                runtime-only-1.0.jar (test:runtime-only:1.0) ${expectedAttributes}
            """)
        }
    
        def "provides runtime JAR as default variant with jvm-ecosystem plugin"() {
            buildFile << """
                project(':consumer') {
                    apply plugin: 'jvm-ecosystem'
                }
            """
    
            when:
            resolve()
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  4. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/generator/DeclarativeDslTestProjectGenerator.groovy

                gradlePlugin {
                    plugins {
                        create("jvm-ecosystem") {
                            id = "org.gradle.experimental.jvm-ecosystem"
                            displayName = "JVM Ecosystem Experimental Declarative Plugin"
                            description = "Experimental declarative plugin for the JVM ecosystem"
                            implementationClass = "org.gradle.api.experimental.jvm.JvmEcosystemPlugin"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 11 07:05:10 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  5. platforms/jvm/plugins-application/src/integTest/groovy/org/gradle/java/JavaApplicationOutgoingVariantsIntegrationTest.groovy

            """)
        }
    
        def "provides runtime JAR as default variant with jvm-ecosystem plugin"() {
            buildFile << """
                project(':consumer') {
                    apply plugin: 'jvm-ecosystem'
                }
            """
    
            when:
            resolve()
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  6. platforms/jvm/plugins-java-library/src/integTest/groovy/org/gradle/java/JavaLibraryOutgoingVariantsIntegrationTest.groovy

            """)
        }
    
        def "provides runtime JAR as default variant with jvm-ecosystem plugin"() {
            buildFile << """
                project(':consumer') {
                    apply plugin: 'jvm-ecosystem'
                }
            """
    
            when:
            resolve()
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  7. .space/CODEOWNERS

    /libraries/tools/kotlin-gradle-plugin-annotations/ "Kotlin Build Tools" "Kotlin Apple Ecosystem"
    /libraries/tools/kotlin-gradle-plugin-api/ "Kotlin Build Tools" "Kotlin Apple Ecosystem"
    /libraries/tools/kotlin-gradle-plugin-dsl-codegen/ "Kotlin Build Tools" "Kotlin Apple Ecosystem"
    /libraries/tools/kotlin-gradle-plugin-idea/ "Kotlin Build Tools"
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 29 17:55:49 UTC 2024
    - 24K bytes
    - Viewed (2)
  8. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/ProjectReportTaskIntegrationTest.groovy

                        create("softwareTypeRegistrator") {
                            id = "com.example.restricted.ecosystem"
                            implementationClass = "com.example.restricted.SoftwareTypeRegistrationPlugin"
                        }
                    }
                }
            """
    
            and: "a build that applies that ecosystem plugin to a multi-project build, with each project using a different software type"
            settingsFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 16:02:32 UTC 2024
    - 10K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/dep-man/04-modeling-features/cross_project_publications.adoc

    Gradle provides an improved model for this, which doesn't have the weakness of classifiers: attributes.
    
    In particular, in the Java ecosystem, Gradle provides a built-in attribute that library authors can use to express compatibility with the Java ecosystem: `org.gradle.jvm.version`.
    This attribute expresses the _minimal version that a consumer must have in order to work properly_.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 18K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/design/gradle-module-metadata-1.0-specification.md

    The values `java-api-*` and `java-runtime-*` are now deprecated and replaced by a new combination.
    
    The values for the Java ecosystem are now limited to `java-api` / `java-runtime` combined with the relevant value for `org.gradle.libraryelements`.
    
    Values for the native ecosystem remain unaffected.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 23:32:14 UTC 2024
    - 12.5K bytes
    - Viewed (0)
Back to top