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.

1.0.32 does not work with Gradle 4.10+

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:19 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
mannodermauscommented, Oct 12, 2018

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 👍

1reaction
autonomousappscommented, Oct 11, 2018

I tried it with Gradle 4.10 and 4.10.2 and all seems well 👍

Read more comments on GitHub >

github_iconTop 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 >

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