Gradle File Resolution
Jump to navigation
Jump to search
Internal
Overview
The Project API exposes methods for file resolution inside a project:
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
Organizatorium
output = new File(buildDir, "test.txt")