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.

Classpath error on java project with kotlin dsl

See original GitHub issue

Error was :

An exception occurred applying plugin request [id: 'io.vertx.vertx-plugin', version: '0.2.0']
> Failed to apply plugin [class 'netflix.nebula.dependency.recommender.DependencyRecommendationsPlugin']
   > Could not create an instance of type netflix.nebula.dependency.recommender.provider.RecommendationProviderContainer_Decorated.
      > com/google/common/base/Supplier

Workaround :

buildscript {
    dependencies {
        classpath("com.google.guava:guava:27.0.1-jre")
    }
}

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
jpongecommented, Jan 7, 2019

@ybonnel @gmariotti I’ll make a new plugin release today or tomorrow

0reactions
jpongecommented, Jan 7, 2019

You can now use version 0.3.1

Read more comments on GitHub >

github_iconTop Results From Across the Web

Gradle Kotlin DSL: "cannot access 'java.lang.Comparable ...
Gradle Kotlin DSL: "cannot access 'java.lang.Comparable'. Check your module classpath" with empty JDK in Project structure.
Read more >
Cannot access script base class 'org.gradle.kotlin.dsl ...
In my case I had to set the Java version in IntelliJ -> Settings -> Build -> Gradle to 1.8 to match the...
Read more >
Gradle Kotlin DSL: "cannot access java.lang.String" error
I am using IntelliJ 2019.3.1, Gradle 6.0.1, JDK 1.8 and 11, Windows 10. Many other errors IntelliJ/Gradle related are present. The project is ......
Read more >
Error in Gradle Kotlin DSL (build.gradle.kts) - Google Groups
My gatling setup in build.gradle.kts (Kotlin DSL):. plugins { java ... Check your module classpath for missing or conflicting dependencies. Screenshot_1.png.
Read more >
Configuring Project Fails when non-jar in build classpath #1021
Our build classpath, due to transitive dependencies happens to have a lot of xml, tar.gz, and pom files in it, so when we...
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