Gradle Plugin: support Gradle 7.0
See original GitHub issueThe 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:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
@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 version3.0.0
. I would recommend using3.0.2
though as I fixed / updated a few issues as well as bumping down the JDK requirement to 11 instead of 12.