mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 00:17:11 -07:00
GH-383: provided() dependencies should not be included in the far jat.
Fixes https://github.com/cbeust/kobalt/issues/383
This commit is contained in:
parent
11d3b9fd8e
commit
49fd5db117
1 changed files with 0 additions and 1 deletions
|
@ -251,7 +251,6 @@ class Dependencies(val project: Project,
|
|||
@Directive
|
||||
fun provided(vararg dep: String) {
|
||||
addToDependencies(project, providedDependencies, dep)
|
||||
addToDependencies(project, dependencies, dep)
|
||||
}
|
||||
|
||||
@Directive
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue