You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user building Xcode targets using Gradle, I want Gradle to ignore empty inputPaths in PBXShellScriptBuildPhase so that I can build Xcode targets.
It doesn't seem like empty inputPaths should be supported, but the Wikipedia application has some which break our build adapter. Ignoring the paths is probably the best solution.
Acceptance Criteria
Empty inputPaths does not participate in the up-to-date check
The text was updated successfully, but these errors were encountered:
As a user building Xcode targets using Gradle, I want Gradle to ignore empty
inputPaths
inPBXShellScriptBuildPhase
so that I can build Xcode targets.It doesn't seem like empty
inputPaths
should be supported, but the Wikipedia application has some which break our build adapter. Ignoring the paths is probably the best solution.Acceptance Criteria
inputPaths
does not participate in the up-to-date checkThe text was updated successfully, but these errors were encountered: