Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for makeLogger (0.12 seconds)

  1. build-tools-internal/src/main/groovy/org/elasticsearch/gradle/internal/AntTask.groovy

    import org.gradle.api.tasks.TaskAction
    
    import javax.inject.Inject
    import java.nio.charset.Charset
    
    /**
     * A task which will run ant commands.
     *
     * Logging for the task is customizable for subclasses by overriding makeLogger.
     */
    public abstract class AntTask extends DefaultTask {
    
        /**
         * A buffer that will contain the output of the ant code run,
         * if the output was not already written directly to stdout.
         */
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 3.4K bytes
    - Click Count (0)
Back to Top