Use runtimeJar configuration instead of default for plugin markers.

(cherry picked from commit d453a2f)
This commit is contained in:
Sergey Igushkin
2017-10-17 14:37:11 +03:00
parent 7b873eb8ce
commit fa2d276718

View File

@@ -14,7 +14,7 @@ ext.pluginMarkerProject = { String pluginProjectId ->
apply plugin: 'java'
dependencies {
compile pluginProject
compile project(path: pluginProject.path, configuration: 'runtimeJar')
}
// Remove the default JAR artifact added by the Java plugin