Gradle File Resolution

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Overview

The Project API exposes methods for file resolution inside a project:

Project.files(Object... paths)

Organizatorium

output = new File(buildDir, "test.txt")