Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 3,645 for aModule (0.13 sec)

  1. gradle/libs.versions.toml

    aqute-resolve = { module = "biz.aQute.bnd:biz.aQute.resolve", version.ref = "biz-aQute-bnd" }
    assertk = "com.willowtreeapps.assertk:assertk:0.28.0"
    bouncycastle-bcpkix = { module = "org.bouncycastle:bcpkix-jdk15to18", version.ref = "org-bouncycastle" }
    bouncycastle-bcprov = { module = "org.bouncycastle:bcprov-jdk15to18", version.ref = "org-bouncycastle" }
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon May 06 05:06:52 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  2. maven-api-impl/src/test/remote-repo/org/apache/maven/maven/2.0/maven-2.0.pom

      </build>
      <modules>
        <module>maven-archiver</module>
        <module>maven-artifact</module>
        <module>maven-artifact-manager</module>
        <module>maven-artifact-ant</module>
        <module>maven-artifact-test</module>
        <module>maven-core</module>
        <module>maven-error-diagnostics</module>
        <module>maven-model</module>
        <module>maven-monitor</module>
        <module>maven-plugin-api</module>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/maven/MavenScopesAndProjectDependencySubstitutionIntegrationTest.groovy

        }
    
        def "when no target configuration is specified then a dependency on maven module includes the default configuration of target project when they are present"() {
            mavenRepo.module("org.test", "m1", "1.0").publish()
            mavenRepo.module("org.test", "m2", "1.0").publish()
            mavenRepo.module("org.test", "m3", "1.0").publish()
            mavenRepo.module("org.test", "maven", "1.0")
                .dependsOn("org.test", "replaced", "1.0")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  4. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/caching/CachedChangingModulesIntegrationTest.groovy

            module.publishWithChangedContent()
            server.resetExpectations()
            module.ivy.expectHeadRevalidate()
            module.getArtifact(classifier: 'source').expectHead()
    
            module.ivy.sha1.expectGetRevalidate()
            module.ivy.expectGetRevalidate()
            module.getArtifact(classifier: 'source').expectGetRevalidate()
            module.getArtifact(classifier: 'source').sha1.expectGetRevalidate()
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  5. platforms/software/resources-sftp/src/integTest/groovy/org/gradle/api/publish/ivy/IvyPublishSftpIntegrationTest.groovy

            module.ivy.expectParentCheckdir()
            module.ivy.expectFileUpload()
            module.ivy.sha1.expectParentCheckdir()
            module.ivy.sha1.expectFileUpload()
            module.ivy.sha256.expectParentCheckdir()
            module.ivy.sha256.expectFileUpload()
            module.ivy.sha512.expectParentCheckdir()
            module.ivy.sha512.expectFileUpload()
            module.moduleMetadata.expectParentCheckdir()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 12 19:38:08 UTC 2023
    - 8.1K bytes
    - Viewed (0)
  6. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ArtifactDependenciesIntegrationTest.groovy

            expect:
            def module = repo.module('org.gradle.test', 'external1', '1.0')
            module.artifact(type: 'txt')
            module.artifact(classifier: 'baseClassifier', type: 'jar')
            module.artifact(classifier: 'extendedClassifier', type: 'jar')
            module.hasType('zip')
            module.publish()
            repo.module('org.gradle.test', 'other', '1.0').publish()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 09 01:09:32 UTC 2024
    - 23.7K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/artifactreuse/ResolutionOverrideIntegrationTest.groovy

            module.pom.expectGet()
            module.artifact.expectHead()
            module.artifact.sha1.expectGet()
            module.artifact.expectGet()
    
            and:
            executer.withArguments(arg)
            succeeds 'retrieve'
    
            then:
            file('libs/projectA-1.2.jar').assertIsCopyOf(module.artifactFile).assertHasChangedSince(snapshot)
    
            where:
            arg << refreshDependenciesArgs
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  8. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/CrossTaskIncrementalJavaCompilationIntegrationTest.groovy

            // We recompile all module-info.java also for unrelated modules, but we don't recompile unrelated classes
            impl.recompiledFqn("my.module.first.b.B", "my.module.second.c.C", "my.module.first.module-info", "my.module.second.module-info", "my.module.unrelated.module-info")
        }
    
        @Requires(UnitTestPreconditions.Jdk9OrLater)
        def "recompiles when upstream module-info changes"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 10.2K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/RepositoryInteractionDependencyResolveIntegrationTest.groovy

                root(':', ':test:') {
                    module("org:mavenCompile1:1.0:compile") {
                        module "org:mavenCompile1-api-dependency:1.0"
                        module("org:mavenCompile2:1.0") {
                            module "org:mavenCompile2-api-dependency:1.0"
                            module("org:mavenCompile3:1.0") {
                                module "org:mavenCompile3-api-dependency:1.0"
                            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 15.9K bytes
    - Viewed (0)
  10. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyBrokenRemoteResolveIntegrationTest.groovy

    }
    """
    
            and:
            def module = ivyHttpRepo.module('group', 'projectA', '1.2').publish()
    
            when:
            module.ivy.expectGet()
            module.jar.expectGetMissing()
    
            then:
            fails "retrieve"
    
            failure.assertHasCause("""Could not find projectA-1.2.jar (group:projectA:1.2).
    Searched in the following locations:
        ${module.jar.uri}""")
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 13.7K bytes
    - Viewed (0)
Back to top