1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 00:17:11 -07:00
This commit is contained in:
Cedric Beust 2015-11-17 06:54:30 -08:00
parent 6aa60adaf8
commit ea6377c7be

View file

@ -17,10 +17,7 @@ import javax.inject.Inject
/**
* This command returns the list of dependencies for the given buildFile.
* Payload:
* {
* "name" : "getDependencies"
* "buildFile": "Build.kt"
* }
* { "name" : "getDependencies", "buildFile": "/Users/beust/kotlin/kobalt/kobalt/src/Build.kt" }
* The response is a GetDependenciesData.
*/
class GetDependenciesCommand @Inject constructor(val executors: KobaltExecutors,