Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for transform_ast (0.24 sec)

  1. subprojects/core/src/integTest/groovy/org/gradle/api/file/TaskFilePropertiesIntegrationTest.groovy

        def "task can use Path to represent input and output locations on annotated properties"() {
            buildFile """
                import java.nio.file.Path
                import java.nio.file.Files
    
                class TransformTask extends DefaultTask {
                    @InputFile
                    Path inputFile
                    @InputDirectory
                    Path inputDir
                    @OutputFile
                    Path outputFile
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 03 15:21:23 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top