Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for FindBadMultiLangSnippets (0.09 seconds)

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

     * Only rule enforced:
     *   In a ==== ... ==== block, if there are at least two [.multi-language-sample] snippets,
     *   flag when the first is GROOVY and the second is KOTLIN.
     */
    @CacheableTask
    public abstract class FindBadMultiLangSnippets extends DefaultTask {
    
        @InputDirectory
        @PathSensitive(PathSensitivity.RELATIVE)
        public abstract DirectoryProperty getDocumentationRoot();
    
        @TaskAction
    Created: Wed Apr 01 11:36:16 GMT 2026
    - Last Modified: Fri Aug 29 10:12:17 GMT 2025
    - 7.2K bytes
    - Click Count (0)
Back to Top