Quantcast
Channel: Gradle Forums - Latest posts
Viewing all articles
Browse latest Browse all 19854

Eclipse run configuration doesn't see all classpath dependencies

$
0
0

You have to add the custom configuration to the Eclipse classpath:

eclipse {
  classpath {
    plusConfigurations += [configurations.a]
  }
}

Viewing all articles
Browse latest Browse all 19854

Trending Articles