Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getWriteDependencyVerifications (0.28 sec)

  1. subprojects/core-api/src/main/java/org/gradle/StartParameter.java

         * or update the dependency verification file with the checksums specified in the
         * list.
         *
         * @since 6.1
         */
        public List<String> getWriteDependencyVerifications() {
            return writeDependencyVerifications;
        }
    
        /**
         * Tells if a dependency verification metadata file should be written at the end
         * of this build.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 06:24:50 UTC 2024
    - 33.9K bytes
    - Viewed (0)
Back to top