Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PluginUseScriptBlockMetadataCompiler (0.24 sec)

  1. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/InitialPassStatementTransformer.java

    import org.codehaus.groovy.syntax.SyntaxException;
    import org.gradle.api.internal.DocumentationRegistry;
    import org.gradle.configuration.ScriptTarget;
    import org.gradle.plugin.use.internal.PluginUseScriptBlockMetadataCompiler;
    
    import javax.annotation.Nullable;
    import java.util.Arrays;
    import java.util.List;
    
    /**
     * Removes all statements from the given script except the top-level script blocks such as
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 19 11:25:50 UTC 2023
    - 6.6K bytes
    - Viewed (0)
  2. subprojects/core/src/main/java/org/gradle/plugin/use/internal/PluginRequestCollector.java

    import java.util.List;
    import java.util.Map;
    
    import static org.gradle.util.internal.CollectionUtils.collect;
    
    /**
     * The real delegate of the plugins {} block.
     *
     * The {@link PluginUseScriptBlockMetadataCompiler} interacts with this type.
     */
    public class PluginRequestCollector {
        public static final String EMPTY_VALUE = "cannot be null or empty";
    
        private final ScriptSource scriptSource;
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 05:41:21 UTC 2024
    - 5.4K bytes
    - Viewed (0)
Back to top