mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Comment.
This commit is contained in:
parent
8d4b26a0bd
commit
86e05dd17b
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ interface IClasspathDependency {
|
|||
/** Convert to a Maven <dependency> model tag */
|
||||
fun toMavenDependencies() : Dependency
|
||||
|
||||
/** The list of dependencies for this element (not the transitive closure */
|
||||
/** The list of dependencies for this element (not the transitive closure) */
|
||||
fun directDependencies(): List<IClasspathDependency>
|
||||
|
||||
/** Used to only keep the most recent version for an artifact if no version was specified */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue