Classpath error on java project with kotlin dsl
See original GitHub issueError 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:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top 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 >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
@ybonnel @gmariotti I’ll make a new plugin release today or tomorrow
You can now use version
0.3.1