Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for populateFooter (0.16 sec)

  1. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/script.js

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    function populateFooter(report) {
        $("#gradleVersion").text(report.gradleVersion);
        $("#generationDate").text(report.generationDate);
    }
    
    function initializeProjectPage(report) {
        $(document).ready(function() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 24 19:38:03 UTC 2020
    - 8.2K bytes
    - Viewed (0)
Back to top