Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for extensibility (0.2 sec)

  1. architecture/README.md

        end
        style jvm fill:#c2e0f4,stroke:#3498db,stroke-width:2px,color:#000;
        jvm --> core
        jvm --> software
    
        subgraph extensibility["extensibility platform"]
        end
        style extensibility fill:#c2e0f4,stroke:#3498db,stroke-width:2px,color:#000;
        extensibility --> core
        extensibility --> jvm
    
        subgraph native["native platform"]
        end
        style native fill:#c2e0f4,stroke:#3498db,stroke-width:2px,color:#000;
    Plain Text
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Thu Feb 22 01:31:52 GMT 2024
    - 2K bytes
    - Viewed (0)
  2. architecture/readme.md

    subgraph jvm["jvm platform"]
    end
    style jvm fill:#c2e0f4,stroke:#3498db,stroke-width:2px;
    jvm --> core
    jvm --> software
    
    subgraph extensibility["extensibility platform"]
    end
    style extensibility fill:#c2e0f4,stroke:#3498db,stroke-width:2px;
    extensibility --> core
    extensibility --> jvm
    
    subgraph native["native platform"]
    end
    style native fill:#c2e0f4,stroke:#3498db,stroke-width:2px;
    native --> core
    native --> software
    Plain Text
    - Registered: Wed Feb 21 11:36:11 GMT 2024
    - Last Modified: Wed Feb 14 20:23:24 GMT 2024
    - 1.5K bytes
    - Viewed (0)
  3. .cm/platform_labels.cm

      - core_execution:
        name: 'core_execution'
      - core_runtime:
        name: 'core_runtime'
      - documentation:
        name: 'documentation'
      - enterprise:
        name: 'enterprise'
      - extensibility:
        name: 'extensibility'
      - ide:
        name: 'ide'
      - jvm:
        name: 'jvm'
      - native:
        name: 'native'
      - software:
    Plain Text
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Mon Apr 22 15:32:31 GMT 2024
    - 2.5K bytes
    - Viewed (0)
  4. .github/CODEOWNERS

    platforms/jvm/testing-jvm-infrastructure/   @gradle/bt-jvm @gradle/ge-testing
    
    # Software platform
    platforms/software/                         @gradle/bt-jvm
    
    # Extensibility
    platforms/extensibility/        @gradle/bt-extensibility-maintainers
    
    # Native
    platforms/native/                   @gradle/bt-native-maintainers
    
    # gitStream files
    .cm/                                @tresat
    Plain Text
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Tue Apr 09 09:44:00 GMT 2024
    - 9.8K bytes
    - Viewed (0)
  5. .cm/summary_table.cm

        name: 'core_runtime'
        subprojects:
          - 'platforms/core-runtime/'
      - documentation:
        name: 'documentation'
        subprojects:
          - 'platforms/documentation/'
      - extensibility:
        name: 'extensibility'
        subprojects:
          - 'subprojects/plugin-development/'
          - 'subprojects/plugin-use/'
          - 'subprojects/test-kit/'
      - gradle_enterprise:
        name: 'gradle_enterprise'
    Plain Text
    - Registered: Wed Apr 17 11:36:08 GMT 2024
    - Last Modified: Thu Feb 08 15:20:44 GMT 2024
    - 6.5K bytes
    - Viewed (0)
  6. architecture/standards/0004-use-a-platform-architecture.md

    This includes software that is implemented using Java, Kotlin or some other JVM language.
    
    This platform provides specific support for Java, Groovy and Scala, and includes the foojay toolchain plugin. 
    
    #### Extensibility platform
    
    This is a platform that builds on the core, software and JVM platforms to add support for extending Gradle by implementing and applying plugins.
    
    Plain Text
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Sun Feb 25 22:19:29 GMT 2024
    - 4.5K bytes
    - Viewed (0)
  7. architecture-standards/0004-use-a-platform-architecture.md

    This includes software that is implemented using Java, Kotlin or some other JVM language.
    
    This platform provides specific support for Java, Groovy and Scala, and includes the foojay toolchain plugin. 
    
    #### Extensibility platform
    
    This is a platform that builds on the core, software and JVM platforms to add support for extending Gradle by implementing and applying plugins.
    
    Plain Text
    - Registered: Wed Feb 14 11:36:15 GMT 2024
    - Last Modified: Wed Feb 07 00:56:13 GMT 2024
    - 4.5K bytes
    - Viewed (0)
  8. .teamcity/subprojects.json

        "crossVersionTests": false
      },
      {
        "name": "plugin-development",
        "path": "platforms/extensibility/plugin-development",
        "unitTests": true,
        "functionalTests": true,
        "crossVersionTests": true
      },
      {
        "name": "plugin-use",
        "path": "platforms/extensibility/plugin-use",
        "unitTests": true,
        "functionalTests": true,
        "crossVersionTests": false
      },
      {
    Json
    - Registered: Wed Apr 24 11:36:11 GMT 2024
    - Last Modified: Tue Apr 16 15:50:57 GMT 2024
    - 26.8K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.15.md

    - [Kubernetes v1.15 Release Notes](#kubernetes-v115-release-notes)
      - [1.15 What’s New](#115-what’s-new)
        - [Continuous Improvement](#continuous-improvement)
        - [Extensibility](#extensibility)
      - [Extensibility around core Kubernetes APIs](#extensibility-around-core-kubernetes-apis)
        - [CustomResourceDefinitions Pruning](#customresourcedefinitions-pruning)
        - [CustomResourceDefinition Defaulting](#customresourcedefinition-defaulting)
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 278.9K bytes
    - Viewed (0)
  10. common-protos/k8s.io/apimachinery/pkg/apis/meta/v1/generated.proto

    message GroupVersion {
      optional string group = 1;
    
      optional string version = 2;
    }
    
    // GroupVersion contains the "group/version" and "version" string of a version.
    // It is made a struct to keep extensibility.
    message GroupVersionForDiscovery {
      // groupVersion specifies the API group and version in the form "group/version"
      optional string groupVersion = 1;
    
    Plain Text
    - Registered: Wed Apr 24 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 53.3K bytes
    - Viewed (0)
Back to top