Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for cleanupOutputDir (0.21 sec)

  1. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/visualstudio/fixtures/MSBuildExecutor.java

            this.args.addAll(Arrays.asList(args));
            return this;
        }
    
        private File getOutputsDir() {
            return workingDir.file("output");
        }
    
        private void cleanupOutputDir() {
            try {
                FileUtils.deleteDirectory(getOutputsDir());
                getOutputsDir().mkdir();
            } catch (IOException e) {
                throw UncheckedException.throwAsUncheckedException(e);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 8K bytes
    - Viewed (0)
Back to top