Use runtimeJar configuration instead of default for plugin markers.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user