Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 253 for moduleB (0.45 sec)

  1. subprojects/diagnostics/src/integTest/groovy/org/gradle/api/tasks/diagnostics/DependencyInsightReportVariantDetailsIntegrationTest.groovy

    org.test:leaf:1.0
    \\--- org.test:a:1.0
         \\--- compileClasspath
    """
        }
    
        def "Asking for variant details of 'FAILED' modules doesn't break the report"() {
            given:
            mavenRepo.module("org", "top").dependsOnModules("middle").publish()
    
            file("build.gradle") << """
                repositories {
                    maven { url "${mavenRepo.uri}" }
                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Mar 13 19:52:38 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  2. build-logic/dependency-modules/src/main/kotlin/gradlebuild/modules/extension/ExternalModulesExtension.kt

     */
    package gradlebuild.modules.extension
    
    import gradlebuild.modules.model.License
    
    
    abstract class ExternalModulesExtension(isBundleGroovy4: Boolean) {
    
        val groovyVersion = if (isBundleGroovy4) "4.0.20" else "3.0.21"
        val configurationCacheReportVersion = "1.5"
        val gradleIdeStarterVersion = "0.3"
        val kotlinVersion = "1.9.23"
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 15K bytes
    - Viewed (0)
  3. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/compile/JavaCompileIntegrationTest.groovy

            '''
            file("src/main/moreJava/another/module-info.java") << 'module another { exports io.another; }'
            file("src/main/moreJava/another/io/another/BaseExample.java") << '''
                package io.another;
    
                public class BaseExample {}
            '''
            file("src/main/ignoredJava/ignored/module-info.java") << 'module ignored { exports io.ignored; }'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri May 31 20:20:39 UTC 2024
    - 39.6K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/builder/ResolveState.java

     */
    public class ResolveState implements ComponentStateFactory<ComponentState> {
        private final Spec<? super DependencyMetadata> edgeFilter;
        private final Map<ModuleIdentifier, ModuleResolveState> modules;
        private final Map<NodeIdentifier, NodeState> nodes;
        private final Map<SelectorCacheKey, SelectorState> selectors;
        private final RootNode root;
        private final ComponentIdGenerator idGenerator;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 14:19:34 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/mod/modfile/rule.go

    	if f.Syntax == nil {
    		f.Syntax = new(FileSyntax)
    	}
    	if f.Module == nil {
    		f.Module = &Module{
    			Mod:    module.Version{Path: path},
    			Syntax: f.Syntax.addLine(nil, "module", AutoQuote(path)),
    		}
    	} else {
    		f.Module.Mod.Path = path
    		f.Syntax.updateLine(f.Module.Syntax, "module", AutoQuote(path))
    	}
    	return nil
    }
    
    func (f *File) AddComment(text string) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 14 18:34:56 UTC 2024
    - 46.5K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/replace_stablehlo_ops_in_main_function_with_xla_call_module_ops.mlir

    // RUN: stablehlo-quant-opt %s -split-input-file \
    // RUN:    -stablehlo-replace-stablehlo-ops-in-main-function-with-xla-call-module-ops \
    // RUN:    | FileCheck %s
    
    // Modules with "main" or "serving_default" should properly run this pass and
    // convert subgraphs into XLACallModuleOp.
    
    module attributes {tf.versions = {bad_consumers = [], min_consumer = 12 : i32, producer = 1629 : i32}, tf_saved_model.semantics} {
    
      // CHECK: func private @_stablehlo_main_1
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 01:09:50 UTC 2024
    - 39.8K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/verification/serializer/DependencyVerificationsXmlWriterTest.groovy

                addTrustedArtifact("group", "module", null, null, false)
                addTrustedArtifact("group", "module", "1.0", null, true)
                addTrustedArtifact("group", "module", "1.1", "somefile.jar", false)
                addTrustedArtifact("group2", "module2", "1.2", "somefile.jar", true)
                addTrustedArtifact(null, "module2", null, "somefile.jar", true)
            }
            serialize()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 01 13:40:00 UTC 2024
    - 16.8K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/AbstractRichVersionConstraintsIntegrationTest.groovy

                    module('org:bar:1') {
                        byConstraint()
                    }
                    module('org:foo:2') {
                        edge('org:bar:2', 'org:bar:1') {
                            byAncestor()
                        }
                    }
                }
            }
        }
    
        def "preferred versions interact with module replacements"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 23 15:37:32 UTC 2024
    - 30.9K bytes
    - Viewed (0)
  9. src/cmd/go/internal/toolchain/select.go

    	}
    
    	// Set up modules without an explicit go.mod, to download distribution.
    	modload.Reset()
    	modload.ForceUseModules = true
    	modload.RootMode = modload.NoRoot
    	modload.Init()
    
    	// Download and unpack toolchain module into module cache.
    	// Note that multiple go commands might be doing this at the same time,
    	// and that's OK: the module cache handles that case correctly.
    	m := module.Version{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 17:25:05 UTC 2024
    - 23.4K bytes
    - Viewed (0)
  10. subprojects/core/src/main/java/org/gradle/process/internal/worker/child/WorkerProcessClassPathProvider.java

            if (name.equals("MINIMUM_WORKER_RUNTIME")) {
                ClassPath classpath = ClassPath.EMPTY;
                for (String module : RUNTIME_MODULES) {
                    classpath = classpath.plus(moduleRegistry.getModule(module).getImplementationClasspath());
                }
                for (String externalModule : RUNTIME_EXTERNAL_MODULES) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 11.1K bytes
    - Viewed (0)
Back to top