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

Classpath during plugin execution

$
0
0

It’s not supposed to work that way. Normally gradleApi() behaves the same way as a dependency placed iin Maven “provided” scope. In other words your POM should not explictly declare it as a runtime dependency as Gradle will provide it.

(I originally assumed you are building the plugin with Gradle, but are you building it with Maven?)


Viewing all articles
Browse latest Browse all 19854

Trending Articles