-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The problem was not that Gradle runs any spotlessLinguaFranca tasks as part of its other operations, but that it configures the task before starting any other operation (including clean). The solution is to start the formatter lazily -- to wait until spotlessLinguaFranca actually operates on a file before trying to start up the formatter process.
- Loading branch information
1 parent
433b9e6
commit fe8dfb9
Showing
2 changed files
with
35 additions
and
37 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
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