Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SimpleMavenFileLocations (0.21 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/mvnsettings/DefaultLocalMavenRepositoryLocatorTest.groovy

    import spock.lang.Specification
    
    class DefaultLocalMavenRepositoryLocatorTest extends Specification {
        @Rule TestNameTestDirectoryProvider tmpDir = new TestNameTestDirectoryProvider(getClass())
    
        SimpleMavenFileLocations locations
        DefaultLocalMavenRepositoryLocator locator
    
        def system = Mock(DefaultLocalMavenRepositoryLocator.SystemPropertyAccess)
        def mavenFileLocations = Mock(MavenFileLocations)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 8.5K bytes
    - Viewed (0)
Back to top