Preprocessor Gradle plugin behavior #620
Labels
enhancement
New feature or request
performance
Something related to how fast the library can handle data
research
This requires a deeper dive to gather a better understanding
Milestone
As discussed in #616 and Jolanrensen/KoDEx#40 (comment) the preprocessor plugin can sometimes behave a bit odd.
Currently, it's configured to run automatically on each commit and add all newly generated files to Git. This comes with a few downsides:
Actually, the generated files only need to be updated when:
the input has changedthe output has changed (if we make the output Read only, we only need to detect file deletionsAnd as for the SimpleGit auto-add, only the files that are added/have commits in the src folder should be added in the generated-sources folder.
The text was updated successfully, but these errors were encountered: