Not compatible with Gradle 5.1
See original GitHub issueThe plugin fails when it’s invoked by Gradle 5.1:
java.lang.NoSuchMethodError: org.gradle.api.tasks.compile.CompileOptions.getBootClasspath()Ljava/lang/String;
at me.tatarka.RetrolambdaTransform.getClasspath(RetrolambdaTransform.groovy:126)
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Compatibility Matrix - Gradle User Manual
A Java version between 8 and 19 is required to execute Gradle. Java 20 and later versions are not yet supported. Java 6...
Read more >Error "Minimum supported Gradle version is 5.1.1. Current ...
I updated android studio from 3.3 to 3.4 version and after install and do ./gradlew lint I am getting the next error: Deprecated...
Read more >Android Gradle plugin release notes - Android Developers
Android Gradle plugin and Android Studio compatibility ... If the specified plugin version has not been downloaded, Gradle downloads it the next time...
Read more >Build for Android 11 with Unity | ARCore - Google Developers
Gradle customizations are not supported on these versions of Unity and are not compatible with the necessary changes to support Android 11 (API...
Read more >Android agent compatibility and requirements
Android compatibility · Android Studio · Gradle 5.1.1 · Gradle plugin 3.4 · Proguard 5.0 · DexGuard 8.0 through 9.x. Important. As of...
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 Free
Top 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
Released version 3.7.1 which should be compatible with gradle 5+
Thanks!