openbakery / gradle-xcodePlugin

gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
Apache License 2.0
457 stars 129 forks source link

Fix the incremental task "test" #425

Open theosotr opened 4 years ago

theosotr commented 4 years ago

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.