Gradle File Resolution
Jump to navigation
Jump to search
External
Internal
TODO
TODO: https://docs.gradle.org/current/userguide/working_with_files.html
Overview
The Project API exposes methods for file resolution inside a project:
Project.file(Object path) and Project.files(Object... paths)
Many methods that accept files as arguments mention that the inputs will be "evaluated as per:
Project.files(Object... paths)
CoypSpec
org.gradle.api.file.FileCollection
File Tree
Organizatorium
output = new File(buildDir, "test.txt")