Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 354 for Listed (0.28 sec)

  1. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/CustomVersionListerWithSupplierIntegrationTest.groovy

            outputContains "Listed [3, 2, 1] for org:testA"
            outputContains "Supplying metadata for module org:testA:3"
            outputContains "Supplying metadata for module org:testA:2"
            outputContains "Supplying metadata for module org:testA:1"
            outputContains "Listing versions for module testB"
            outputContains "Listed [2, 1] for org:testB"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 12.1K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/suppliers/CustomVersionListerIntegrationTest.groovy

                    expectResolve()
                }
            }
    
            then:
            succeeds 'checkDeps'
        }
    
        void "caches version listing using #lister lister"() {
            ListerInteractions listerInteractions
            switch (lister) {
                case 'simple':
                    listerInteractions = withLister(modules, true)
                    break;
                default:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  3. src/cmd/go/internal/help/helpdoc.go

    		be those functions exported using a cgo //export comment.
    		Requires exactly one main package to be listed.
    
    	-buildmode=default
    		Listed main packages are built into executables and listed
    		non-main packages are built into .a files (the default
    		behavior).
    
    	-buildmode=shared
    		Combine all the listed non-main packages into a single shared
    		library that will be used when building with the -linkshared
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/repositories/resolver/ResourceVersionLister.java

                throw ResourceExceptions.failure(versionListPattern.getUri(), String.format("Could not list versions using %s.", pattern), e);
            }
        }
    
        // lists all the values a revision token listed by a given url lister
        private List<String> listRevisionToken(ExternalResourceName versionListPattern, BuildableModuleVersionListingResolveResult result, Map<ResourcePattern, ExternalResourceName> versionListPatterns) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 10.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/mod/zip/zip.go

    }
    
    // CheckDir reports whether the files in dir satisfy the name and size
    // constraints listed in the package documentation. The returned [CheckedFiles]
    // record contains lists of valid, invalid, and omitted files. If a directory is
    // omitted (for example, a nested module or vendor directory), it will appear in
    // the omitted list, but its files won't be listed.
    //
    // CheckDir returns an error if it encounters an I/O error or if the returned
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jul 12 20:38:21 UTC 2023
    - 31K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/dsl/dsl.xml

          - There are 2 ways to include a new types to this guide:
          -     * Types referenced by a property are automatically included, if there is a corresponding ${typename}.xml in the DSL source directory.
          -     * Types listed in one of the following tables are included. There must be a corresponding ${typename}.xml in the DSL source directory.
          -
          - 2. Adding new sections:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 34.7K bytes
    - Viewed (2)
  7. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/NativeDependentComponentsReportIntegrationTest.groovy

                Circular dependency between the following binaries:
                lib:sharedLibrary
                \\--- util:sharedLibrary
                     \\--- lib:sharedLibrary (*)
    
                (*) - details omitted (listed previously)
                '''.stripIndent().trim()
        }
    
        def "indirect circular dependencies are handled gracefully"() {
            buildScript simpleCppBuild()
            buildFile << '''
                model {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 24K bytes
    - Viewed (0)
  8. testing/integ-test/src/integTest/groovy/org/gradle/integtests/TaskExecutionIntegrationTest.groovy

                    |:a
                    |\\--- :b
                    |     \\--- :a (*)
                    |
                    |(*) - details omitted (listed previously)""".stripMargin()
            }
        }
    
        def "honours mustRunAfter task ordering"() {
            buildFile << """
                task a {
                    mustRunAfter 'b'
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 25.7K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/authoring-builds/basics/tutorial_using_tasks.adoc

    When a user runs `./gradlew build` in the command line, Gradle will execute the `build` task along with any other tasks it depends on.
    
    == List available tasks
    
    Gradle provides several default tasks for a project, which are listed by running `./gradlew tasks`:
    
    [source,text]
    ----
    > Task :tasks
    
    ------------------------------------------------------------
    Tasks runnable from root project 'myTutorial'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 17 00:09:06 UTC 2024
    - 10.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/authoring-builds/build_environment.adoc

    }
    
    println "My property value: ${project.ext.myProperty}"
    ----
    
    === Setting a project properties
    
    You have three options to add project properties, listed in order of priority:
    
    1. *Command Line:* You can add project properties directly to your link:{groovyDslPath}/org.gradle.api.Project.html[Project] object via the `-P` command line option.
    +
    [source,text]
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 20.1K bytes
    - Viewed (0)
Back to top