Search Options

Results per page
Sort
Preferred Languages
Advance

Results 71 - 80 of 366 for DEVELOPMENT (0.15 sec)

  1. platforms/jvm/jvm-services/src/test/groovy/org/gradle/jvm/toolchain/internal/WindowsInstallationSupplierTest.groovy

            "SOFTWARE\\JavaSoft\\JDK"                                   | "c:\\javasoft-jdk"
            "SOFTWARE\\JavaSoft\\Java Development Kit"                  | "c:\\javasoft-jadevel"
            "SOFTWARE\\JavaSoft\\Java Runtime Environment"              | "c:\\javasoft-jre"
            "SOFTWARE\\Wow6432Node\\JavaSoft\\Java Development Kit"     | "c:\\wow-jdk"
            "SOFTWARE\\Wow6432Node\\JavaSoft\\Java Runtime Environment" | "c:\\wow-jre"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 22:14:10 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/apache/apache/3/apache-3.pom

      <description>
        The Apache Software Foundation provides support for the Apache community of open-source software projects.
        The Apache projects are characterized by a collaborative, consensus based development process, an open and
        pragmatic software license, and a desire to create high quality software that leads the way in its field.
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sat Nov 09 12:45:14 UTC 2019
    - 3.3K bytes
    - Viewed (0)
  3. architecture/standards/0001-use-architectural-decision-records.md

    ## Date
    
    2023-12-01
    
    ## Context
    
    In a distributed team with many subteams, the best solution to communicate decisions is to use a format accessible by everyone in charge of development.
    
    We use *Specification* and *Discovery* documents stored in Google Drive, but they present some downsides:
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Mar 02 21:54:40 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/releases/feature_lifecycle.adoc

    = The Feature Lifecycle
    
    Gradle is under constant development. New versions are delivered on a regular and frequent basis (approximately every six weeks) as described in <<#eol_support,the section on end-of-life support>>.
    
    Continuous improvement combined with frequent delivery allows new features to be available to users early.
    Early users provide invaluable feedback, which is incorporated into the development process.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 7.6K bytes
    - Viewed (0)
  5. docs/iam/access-management-plugin.md

            "false"
          ],
          "SourceIp": [
            "127.0.0.1"
          ],
          "User-Agent": [
            "MinIO (linux; amd64) minio-go/v7.0.24 mc/DEVELOPMENT.2022-04-20T23-07-53Z"
          ],
          "UserAgent": [
            "MinIO (linux; amd64) minio-go/v7.0.24 mc/DEVELOPMENT.2022-04-20T23-07-53Z"
          ],
          "X-Amz-Content-Sha256": [
            "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
          ],
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Dec 13 22:28:48 UTC 2022
    - 4.4K bytes
    - Viewed (0)
  6. build-logic/root-build/src/main/kotlin/gradlebuild.root-build.gradle.kts

     */
    
    plugins {
        id("gradlebuild.internal.cc-experiment")
        id("gradlebuild.buildscan") // Reporting: Add more data through custom tags to build scans
        id("gradlebuild.ide") // Local development: Tweak IDEA import
        id("gradlebuild.dependency-analysis") // Auditing dependencies to find unused libraries
        id("gradlebuild.warmup-ec2") // Warm up EC2 AMI
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 05 12:37:04 UTC 2023
    - 979 bytes
    - Viewed (0)
  7. platforms/extensibility/plugin-development/src/main/java/org/gradle/plugin/devel/plugins/package-info.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    /**
     * Plugins for assisting with plugin development.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 716 bytes
    - Viewed (0)
  8. platforms/extensibility/plugin-development/src/main/java/org/gradle/plugin/devel/package-info.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    /**
     * Classes for assisting with plugin development.
     */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 22:36:52 UTC 2023
    - 708 bytes
    - Viewed (0)
  9. .github/ISSUE_TEMPLATE/enhancement.yaml

    name: Enhancement Tracking Issue
    description: Provide supporting details for a feature in development
    labels: kind/feature
    body:
      - type: textarea
        id: feature
        attributes:
          label: What would you like to be added?
          description: |
            Feature requests are unlikely to make progress as issues. Please consider engaging with SIGs on slack and mailing lists, instead.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 05 16:55:38 UTC 2021
    - 750 bytes
    - Viewed (0)
  10. platforms/core-configuration/kotlin-dsl/doc/c4/lib/C4_Container.puml

    ' Primary elements: Containers within the software system in scope.
    ' Supporting elements: People and software systems directly connected to the containers.
    ' Intended audience: Technical people inside and outside of the software development team; including software architects, developers and operations/support staff.
    
    ' Colors
    ' ##################################
    
    !define CONTAINER_BG_COLOR #438DD5
    
    ' Styling
    ' ##################################
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top