mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
public
This commit is contained in:
parent
dc6212b18d
commit
443ed190cb
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import javax.inject.Inject
|
|||
/**
|
||||
* Find out if any newer versions of the dependencies are available.
|
||||
*/
|
||||
public class CheckVersions @Inject constructor(val depManager: DependencyManager,
|
||||
class CheckVersions @Inject constructor(val depManager: DependencyManager,
|
||||
val executors : KobaltExecutors, val aether: Aether) {
|
||||
|
||||
fun run(projects: List<Project>) = projects.forEach { run(it) }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue