Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails with Gradle 7.0 #449

Open
frangipanes opened this issue Oct 1, 2021 · 1 comment
Open

Build fails with Gradle 7.0 #449

frangipanes opened this issue Oct 1, 2021 · 1 comment
Labels

Comments

@frangipanes
Copy link

I have the following problem when using xcodeplugin 0.21.0 to build an application after upgrading Gradle from 6.8.3 to 7.0:

A problem was found with the configuration of task ':iOS:xcodetest' (type 'XcodeTestTask').
  - Type 'XcodeTestTask' property 'printLogger' is missing an input or output annotation.

    Reason: A property without annotation isn't considered during up-to-date checking.

    Possible solutions:
      1. Add an input or output annotation.
      2. Mark it as @Internal.

    Please refer to https://docs.gradle.org/7.0/userguide/validation_problems.html#missing_annotation for more details about this problem.

This seems odd because I can see that this property does indeed appear to have the @Internal annotation https://github.com/openbakery/gradle-xcodePlugin/blob/f60af1896d3502a1ba1b32d54ae890ab8811f1b2/plugin/src/main/groovy/org/openbakery/AbstractXcodeTestTask.groovy as of December 2020!

@renep renep added the bug label Oct 4, 2021
@renep
Copy link
Contributor

renep commented Oct 4, 2021

Ok I still use gradle 6.x. I will look into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants