Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for withValidJavaSource (0.12 sec)

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

            def invalidLocation = executer.gradleUserHomeDir.file(cachePath + invalidPath).canonicalFile
    
            server.allowGetOrHead("/repo/org/boot/2.0/$hashOfBootJar/pwned.txt", fakeDep)
    
            and:
            withValidJavaSource()
            buildWithJavaLibraryAndMavenRepoArtifactOnly()
    
            and:
            buildFile << """
    dependencies { implementation 'org.spring:core:1.0@/../../../../boot/2.0/$hashOfBootJar/pwned.txt' }
    """
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 22 01:27:55 UTC 2024
    - 9.7K bytes
    - Viewed (0)
Back to top