Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 124 for moduleDir (0.51 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/parser/DisconnectedIvyXmlModuleDescriptorParserTest.groovy

            moduleDescriptor.status == 'release'
            moduleDescriptor.publicationDate != null
            moduleDescriptor.moduleRevisionId.organisation == 'myorg'
            moduleDescriptor.moduleRevisionId.moduleId.name == 'parentMod'
            moduleDescriptor.moduleRevisionId.revision == 'parentRev'
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/graph/selectors/SelectorStateResolver.java

        }
    
        public T selectBest(ModuleIdentifier moduleId, ModuleSelectors<? extends ResolvableSelectorState> selectors) {
            VersionSelector allRejects = createAllRejects(selectors);
            List<T> candidates = resolveSelectors(selectors, allRejects);
            assert !candidates.isEmpty();
    
            // If the module matches, add the root component into the mix
            if (moduleId.equals(rootModuleId) && !candidates.contains(rootComponent)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Dec 15 14:22:29 UTC 2023
    - 12.2K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/executer/IntegrationTestBuildContext.java

        }
    
        @Nullable
        private static TestFile optionalFile(String propertyName) {
            String path = System.getProperty(propertyName);
            // MODULE_WORKING_DIR doesn't seem to work correctly and MODULE_DIR seems to be in `.idea/modules/<path-to-subproject>`
            // See https://youtrack.jetbrains.com/issue/IDEA-194910
            return path != null ? new TestFile(new File(path.replace(".idea/modules/", ""))) : null;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/testFixtures/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/factories/ExcludeJsonLogToCode.groovy

                case "exclude module":
                    return "module('${anonymize(value)}')"
                case "exclude module id":
                    def (group, name) = value.split(':')
                    return "moduleId('${anonymize(group)}', '${anonymize(name)}')"
                case "module names":
                    return "moduleSet(${value.collect { "'${anonymize(it)}'" }.join(', ')})"
                case "module ids":
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  5. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/jpms/ModuleJarFixture.groovy

        private enum JarKind {
            LIB,
            MODULE,
            AUTO_MODULE
        }
    
        static byte[] traditionalJar(String name) {
            jar(name, '', JarKind.LIB)
        }
    
        static byte[] moduleJar(String name, String moduleInfoStatements = '') {
            jar(name, moduleInfoStatements, JarKind.MODULE)
        }
    
        static byte[] autoModuleJar(String name, String moduleInfoStatements = '') {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/DependencySubstitutionRulesIntegrationTest.groovy

                                it instanceof org.gradle.api.artifacts.result.ResolvedDependencyResult &&
                                it.requested.matchesStrictly(moduleId("org.utils", "api", "2.0")) &&
                                it.selected.componentId == moduleId("org.utils", "api", "2.0") &&
                                !it.selected.selectionReason.forced &&
                                !it.selected.selectionReason.selectedByRule &&
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 02 20:50:18 UTC 2024
    - 52.8K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/simple/DefaultCompositeExcludeTest.groovy

            FACTORY.module(randomModuleName())
        }
    
        GroupExclude nextGroup() {
            FACTORY.group(randomGroupName())
        }
    
        ModuleIdExclude nextModuleId() {
            FACTORY.moduleId(randomModuleId())
        }
    
        ModuleSetExclude nextModuleSet() {
            FACTORY.moduleSet((0..(1 + random.nextInt(5))).collect { randomModuleName() } as Set<String>)
        }
    
        GroupSetExclude nextGroupSet() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.8K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/resolveengine/excludes/factories/NormalizingExcludeFactory.java

                return nothing();
            }
            Map<UnionOf, List<ExcludeSpec>> byType = flattened.result.stream().collect(Collectors.groupingBy(UnionOf::typeOf));
            List<ModuleIdExclude> moduleIdExcludes = UnionOf.MODULEID.fromMap(byType);
            List<ModuleIdSetExclude> moduleIdSetsExcludes = UnionOf.MODULEID_SET.fromMap(byType);
            List<GroupExclude> groupExcludes = UnionOf.GROUP.fromMap(byType);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 17.4K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/component/local/model/LocalComponentGraphResolveStateFactoryTest.groovy

            expect:
            def config = state.getConfiguration("child").metadata
            def excludes = config.excludes
            config.excludes*.moduleId.group == ["group2", "group1"]
            config.excludes*.moduleId.name == ["module2", "module1"]
            config.excludes.is(excludes)
        }
    
        def artifactName() {
            return new DefaultIvyArtifactName("artifact", "type", "ext")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 19:04:04 UTC 2024
    - 15.2K bytes
    - Viewed (0)
  10. test-site/activator-launch-1.3.2.jar

    final synchronized class ModuleId implements Comparable { private static final java.util.Map CACHE; private String organisation; private String name; private int hash; private java.util.Map attributes; public static ModuleId newInstance(String, String); private static ModuleId intern(ModuleId); public void ModuleId(String, String); public final String getName(); public final String getOrganisation(); public final boolean equals(Object); public final int hashCode(); public final String toString(); public...
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Mon Apr 20 08:41:37 UTC 2015
    - 1.2M bytes
    - Viewed (1)
Back to top