gradle-xcodePlugin icon indicating copy to clipboard operation
gradle-xcodePlugin copied to clipboard

Fix the incremental task "test"

Open theosotr opened this issue 6 years ago • 0 comments

Hello

This pull request fixes the specification of the gradle task test. This task depends on some test resources that are located in plugin/src/test/Resource and libxcode/src/test/Resource directories.

For example this test depends on the libxcode/src/test/Resource/security-find-identity-single.txt file.

This commit considers those directories as inputs of this task so that tests are triggered whenever there are updates to any of the dependent test resources.

theosotr avatar Jan 03 '20 11:01 theosotr