-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Execute global directives before runtime config
Global directives are necessarily runtime-agnostic, and may have impact on building the subsequent runtimes (e.g. in the case of applying updates and then building a classpath that includes those updated libraries). Thus we split directive execution into two phases: first global directives, then runtime directives (after runtimes have been configured). Closes #47 Closes #55
- Loading branch information
Showing
1 changed file
with
47 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters