Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 93 of 93 for Views (0.04 sec)

  1. platforms/documentation/docs/src/docs/userguide/authoring-builds/structuring/multi_project_builds.adoc

    Gradle can build the root project and any number of the subprojects in a single execution.
    
    [[sub:project_locations]]
    == Project locations
    
    Multi-project builds contain a single root project in a directory that Gradle views as the root path: `.`.
    
    Subprojects are located physically under the root path: `./subproject`.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 00:33:43 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolvedFileOrderingIntegrationTest.groovy

            // the filtered views order files differently. This is documenting existing behaviour rather than desired behaviour
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 28 18:18:46 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  3. pkg/monitoring/monitoring.go

    //   - (https://github.com/open-telemetry/opentelemetry-go/issues/4003) Histogram buckets cannot be defined per instrument.
    //     instead, we record all metric definitions and add them as Views at registration time.
    //   - Support pkg/collateral, which wants to query all metrics. This cannot use a simple Collect() call, as this ignores any unused metrics.
    type MetricDefinition struct {
    	Name        string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Oct 24 03:31:28 UTC 2023
    - 9.5K bytes
    - Viewed (0)
Back to top