question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Gradle Plugin: support Gradle 7.0

See original GitHub issue

The Gnag Plugin does not work with Gradle 7.0, see logs:

FAILURE: Build failed with an exception.

* What went wrong:
A problem was found with the configuration of task ':app:gnagCheck' (type 'GnagCheckTask').
  - Type 'com.btkelly.gnag.tasks.GnagCheckTask' property 'logger' 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.2/userguide/validation_problems.html#missing_annotation for more details about this problem

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
btkellycommented, Aug 4, 2021

Thanks @nailshaykhraziev ! I’ll be working on updating Gang with Gradle 7 support as well as moving it off of Jcenter. I’ll post here once a new version with the issues resolved is available.

1reaction
btkellycommented, Aug 17, 2021

@nailshaykhraziev Gradle 7 support has been released, version 7.1.1 is actually the new minimum. If you wanted to give version 3.0.2 a try you should be all set. If you have any issues still please let me know. This was a major version change and you can check out the major changes in the release notes for version 3.0.0. I would recommend using 3.0.2 though as I fixed / updated a few issues as well as bumping down the JDK requirement to 11 instead of 12.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Gradle 7.0 Release Notes
Gradle now supports running on and building with Java 16. ... Gradle 7 looks for the new org.gradle.plugin.api-version attribute during plugin resolution.
Read more >
Android Gradle plugin release notes - Android Developers
Android Gradle plugin and Android Studio compatibility; Versioning changes (November 2020); 7.3.0 (September 2022). Compatibility; Support for custom C/C++ ...
Read more >
Android gradle plugin update to version 7.0 - Stack Overflow
I want to update to android gradle plugin 7.0. Is there any way I could test what changes I will be required to...
Read more >
Spring Boot Gradle Plugin Reference Guide
The Spring Boot Gradle Plugin provides Spring Boot support in Gradle. ... Spring Boot's Gradle plugin requires Gradle 7.x (7.5 or later) and ......
Read more >
AGP 7.0: Next major release for the Android Gradle plugin
With this release we are adjusting the version numbering for our Gradle plugin and decoupling it from the Android Studio versioning scheme. In ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found