1.0.32 does not work with Gradle 4.10+
See original GitHub issueI get the following error:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':android-test-utils'.
> Could not create task ':android-test-utils:junitPlatformTest'.
> Could not create task of type 'JUnit5UnitTestRunAll'.
> org.gradle.process.internal.DefaultJavaForkOptions.<init>(Lorg/gradle/api/internal/file/FileResolver;)V
And I would like to just update to 1.2.0.0, but that triggers other updates… and now I’m in dependency hell. Is there any way you could create a 1.0.33 release just for Gradle 4.10 compatibility? 4.10.x is the last in the 4.x series, with 5.0 coming out very soon. I just think it would be great to users of this plugin if breaking changes (like 1.0.32 -> 1.2.0.0) were held off for a major release of Gradle as well.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:19 (7 by maintainers)
Top Results From Across the Web
Upgrading your build from Gradle 4.x to 5.0
This chapter provides the information you need to migrate your older Gradle 4.x builds to Gradle 5.0. In most cases, you will need...
Read more >Android Gradle plugin release notes - Android Developers
If the specified plugin version has not been downloaded, Gradle downloads it the next time you build your project or click File >...
Read more >Gradle build failing after update to 3.0 - Stack Overflow
The state of a Gradle build process (daemon) may be corrupt. Stopping all Gradle daemons may solve this problem. Stop Gradle build processes...
Read more >Javadoc Formatter Gradle Plugin - Liferay Help Center
The plugin has been successfully tested with Gradle 4.10.2. Usage. To use the plugin, include it in your build script: buildscript { dependencies...
Read more >4. Dependency Management - Gradle Beyond the Basics [Book]
We will consider the problem of dependency management primarily from a Java ... In a typical Gradle build, configuration declaration is done implicitly, ......
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 for confirming. I will conduct some further tests shortly to ensure backwards compatibility, and then we’ll get this out as the final straw for 1.0.x 👍
I tried it with Gradle 4.10 and 4.10.2 and all seems well 👍