Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for setDryRun (0.05 seconds)

  1. build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/PruneChangelogsTask.java

        }
    
        @Internal
        public boolean isDryRun() {
            return dryRun;
        }
    
        @Option(option = "dry-run", description = "Find and print files to prune but don't actually delete them")
        public void setDryRun(boolean dryRun) {
            this.dryRun = dryRun;
        }
    
        @TaskAction
        public void executeTask() {
            findAndDeleteFiles(
                this.gitWrapper,
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Fri Sep 24 10:57:02 GMT 2021
    - 6.6K bytes
    - Click Count (0)
Back to Top