Shadow Gradle plugin 3rd party dependencies
Such dependencies will be embedded into plugin jar and their package will be relocated. This is need to avoid dependency conflicts with user build scripts dependencies or other Gradle plugins. Kotlin project dependencies are not shadowed. ^KT-46034 Fixed
This commit is contained in:
@@ -16,6 +16,10 @@ pluginManagement {
|
||||
maven { url "https://maven.pkg.jetbrains.space/kotlin/p/kotlin/kotlin-dependencies" }
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id "de.undercouch.download" version "5.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
buildscript {
|
||||
|
||||
Reference in New Issue
Block a user