-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid failing
RunJosmTask
when the current plugin does not require …
…other plugins The problem was, that the file `build/josm-custom-config/requiredPlugins.xml` was not generated. Because that file was required by the tasks of type `RunJosmTask`, these tasks failed. The generation process of that file is now done in the task `writePluginConfig`, while the copying of the plugin *.jar files is now done by the task `updateJosmPlugins` instead of both `updateCurrentPlugin` and `updatePluginDependencies` (which both no longer exist).
- Loading branch information
Showing
2 changed files
with
21 additions
and
28 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