Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 230 for substituted (0.42 sec)

  1. platforms/documentation/docs/src/docs/userguide/dep-man/01-core-dependency-management/declaring_dependencies.adoc

    A project name with kebab case (`some-lib`) or snake case (`some_lib`) will be converted to camel case in accessors: `projects.someLib`.
    
    === Local forks of module dependencies
    
    A module dependency can be substituted by a dependency to a local fork of the sources of that module, if the module itself is built with Gradle.
    This can be done by utilising <<composite_builds.adoc#defining_composite_builds,composite builds>>.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 30.1K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/build.go

    // Normally it is empty, meaning run the binaries directly.
    // If cross-compiling and running on a remote system or
    // simulator, it is typically go_GOOS_GOARCH_exec, with
    // the target GOOS and GOARCH substituted.
    // The -exec flag overrides these defaults.
    var ExecCmd []string
    
    // FindExecCmd derives the value of ExecCmd to use.
    // It returns that value and leaves ExecCmd set for direct use.
    func FindExecCmd() []string {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 17:22:59 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    If you have a Maven dependency pointing to an Ivy dependency where the `default` configuration dependencies do not match the `compile` + `runtime` + `master` ones
    _and_ that Ivy dependency was substituted (using a `resolutionStrategy.force`, `resolutionStrategy.eachDependency` or `resolutionStrategy.dependencySubstitution`)
    then this fix will impact you.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  4. subprojects/composite-builds/src/integTest/groovy/org/gradle/integtests/composite/CompositeBuildDeclaredSubstitutionsIntegrationTest.groovy

            includeBuild buildB2, """
                substitute module("org.gradle:buildX") using project(":")
    """
    
            then:
            resolvedGraph {
                edge("org.gradle:buildX:1.0", ":buildB", "org.test:buildB2:1.0") {
                    configuration = "runtimeElements"
                    compositeSubstitute()
                }
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 01 20:36:42 UTC 2022
    - 14.4K bytes
    - Viewed (0)
  5. analysis/analysis-api-fir/src/org/jetbrains/kotlin/analysis/api/fir/KtSymbolByFirBuilder.kt

            }
    
            fun buildSubstitutor(substitutor: ConeSubstitutor): KaSubstitutor {
                if (substitutor == ConeSubstitutor.Empty) return KaSubstitutor.Empty(token)
                return when (substitutor) {
                    is ConeSubstitutorByMap -> KaFirMapBackedSubstitutor(substitutor, this@KaSymbolByFirBuilder)
                    is ChainedSubstitutor -> KaFirChainedSubstitutor(substitutor, this@KaSymbolByFirBuilder)
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:43 UTC 2024
    - 33.2K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/VariantsDependencySubstitutionRulesIntegrationTest.groovy

        }
    
        @Issue("https://github.com/gradle/gradle/issues/13204")
        def "can substitute a normal dependency with a platform dependency"() {
    
            buildFile << """
    
                configurations {
                    conf {
                        resolutionStrategy.dependencySubstitution {
                            substitute module('org:lib') using $notation
                        }
                    }
                }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 10K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/dependencysubstitution/DefaultDependencySubstitutionsSpec.groovy

        }
    
        def "cannot substitute with unversioned module selector"() {
            when:
            substitutions.with {
                substitute project("foo") using module('group:name')
            }
    
            then:
            def t = thrown(InvalidUserDataException)
            t.message == "Must specify version for target of dependency substitution"
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 11.3K bytes
    - Viewed (0)
  8. tensorflow/cc/framework/fuzzing/cc_op_fuzz_gen.cc

    #include <utility>
    #include <vector>
    
    #include "absl/container/flat_hash_map.h"
    #include "absl/log/log.h"
    #include "absl/strings/str_cat.h"
    #include "absl/strings/str_join.h"
    #include "absl/strings/substitute.h"
    #include "tensorflow/cc/framework/cc_op_gen_util.h"
    #include "tensorflow/core/framework/api_def.pb.h"
    #include "tensorflow/core/framework/op_def.pb.h"
    #include "tensorflow/core/framework/op_def_util.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jan 27 16:26:51 UTC 2024
    - 13K bytes
    - Viewed (0)
  9. subprojects/core-api/src/main/java/org/gradle/api/artifacts/ResolutionStrategy.java

         *   resolutionStrategy.dependencySubstitution {
         *     // Substitute project and module dependencies
         *     substitute module('org.gradle:api') using project(':api')
         *     substitute project(':util') using module('org.gradle:util:3.0')
         *
         *     // Substitute one module dependency for another
         *     substitute module('org.gradle:api:2.0') using module('org.gradle:api:2.1')
         *   }
         * }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 17 13:05:50 UTC 2022
    - 16K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/capabilities/CapabilitiesUseCasesIntegrationTest.groovy

                       resolutionStrategy {
                           dependencySubstitution {
                               if ($fixConflict) {
                                  substitute module('org.apache:groovy') using module('org.apache:groovy-all:1.0')
                                  substitute module('org.apache:groovy-json') using module('org.apache:groovy-all:1.0')
                               }
                           }
                       }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 18.9K bytes
    - Viewed (0)
Back to top