-
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.
Fix missing task file input declaration (#35)
Description =========== The `CopySpec` allows to define source path declarations from multiple sources. If the input is a task or a configuration gradle would normally execute the tasks to produce the connected artifacts. As pointed out in [issue 30] the publish tasks missed a declaration step to tell gradle to connect these input/outputs. Changes ======= ![FIX] missing file input declaration [issue 30]: #30
- Loading branch information
Showing
2 changed files
with
119 additions
and
0 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