Gradle File Resolution

From NovaOrdis Knowledge Base
Revision as of 04:40, 22 October 2020 by Ovidiu (talk | contribs) (→‎Overview)
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")