Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for printChecksum (0.1 sec)

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

        /**
         * <p>Returns the <code>AntBuilder</code> for this project. You can use this in your build file to execute ant
         * tasks. See example below.</p>
         * <pre class='autoTested'>
         * task printChecksum {
         *   doLast {
         *     ant {
         *       //using ant checksum task to store the file checksum in the checksumOut ant property
         *       checksum(property: 'checksumOut', file: 'someFile.txt')
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 04:56:22 UTC 2024
    - 74.3K bytes
    - Viewed (0)
Back to top