Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for READMEs (0.04 sec)

  1. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleUserManualPlugin.java

                attributes.put("snippetsPath", "snippets");
                // Make sure the 'raw' location of the samples is available in all AsciidoctorTasks to access files with expected outputs in the 'tests' folder for inclusion in READMEs
                attributes.put("samplesPath", extension.getUserManual().getStagingRoot().dir("raw/samples").get().getAsFile());
                task.attributes(attributes);
            });
    
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Thu Dec 04 14:26:28 UTC 2025
    - 19.3K bytes
    - Viewed (0)
  2. CONTRIBUTING.md

    - Auto-generated files (e.g., by code generators).
    - Minor configuration files (e.g., `.gitignore`).
    - Documentation samples and code snippets (e.g., `.java`, `.kt`, `.groovy`, `.kts`).
    - Release notes (e.g., `.md`).
    - READMEs (e.g., `.md`).
    
    #### Copyright Header for Source Files:
    
    ```
    /*
     * Copyright [YEAR OF FILE CREATION] Gradle and contributors.
     *
     * Licensed under the Apache License, Version 2.0 (the "License");
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Tue Nov 25 06:57:22 UTC 2025
    - 19K bytes
    - Viewed (0)
Back to top