Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for specs (0.15 sec)

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

        @TaskAction
        public void generate() {
            // TODO: This could probably use InputChanges API
            File destinationDirectory = getDestinationDirectory().get().getAsFile();
            getFs().delete(spec -> spec.delete(destinationDirectory));
            destinationDirectory.mkdirs();
    
            Path adocDir = getDocumentationRoot().get().getAsFile().toPath();
    Java
    - Registered: Wed May 01 11:36:15 GMT 2024
    - Last Modified: Tue Sep 28 06:35:34 GMT 2021
    - 2.9K bytes
    - Viewed (0)
Back to top