Use runtimeJar configuration instead of default for plugin markers.

This commit is contained in:
Sergey Igushkin
2017-10-17 14:37:11 +03:00
parent a0da37fd41
commit d453a2fc92
@@ -14,7 +14,7 @@ ext.pluginMarkerProject = { String pluginProjectId ->
apply plugin: 'java' apply plugin: 'java'
dependencies { dependencies {
compile pluginProject compile project(path: pluginProject.path, configuration: 'runtimeJar')
} }
// Remove the default JAR artifact added by the Java plugin // Remove the default JAR artifact added by the Java plugin