mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-02 15:51:50 +00:00
Use runtimeJar configuration instead of default for plugin markers.
(cherry picked from commit d453a2f)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user