Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for lock_state_location_and_format (0.24 sec)

  1. platforms/software/dependency-management/src/test/groovy/org/gradle/internal/locking/LockFileReaderWriterTest.groovy

            ex.resolutions == ["Verify the lockfile content. For more information on lock file format, please refer to https://docs.gradle.org/${GradleVersion.current().version}/userguide/dependency_locking.html#lock_state_location_and_format in the Gradle documentation."]
        }
    
        def 'reads a unique lock file from a custom location'() {
            given:
            def file = tmpDir.file('custom', 'lock.file')
            lockFile.set(file)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 02:50:41 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/main/java/org/gradle/internal/locking/LockFileReaderWriter.java

        static final String FORMATTING_DOC_LINK = "Verify the lockfile content. " + new DocumentationRegistry().getDocumentationRecommendationFor("information on lock file format", "dependency_locking", "lock_state_location_and_format");
    
        static final String UNIQUE_LOCKFILE_NAME = "gradle.lockfile";
        static final String FILE_SUFFIX = ".lockfile";
        static final String DEPENDENCY_LOCKING_FOLDER = "gradle/dependency-locks";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 02:50:41 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top