1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00
This commit is contained in:
Cedric Beust 2015-11-02 22:48:52 -08:00
parent a308564f77
commit 2dc1a0e5ea

View file

@ -238,6 +238,7 @@ public class BuildFileCompiler @Inject constructor(@Assisted("buildFiles") val b
}
val result = BuildScriptInfo(topologicalProjects.sort(ArrayList(all)), classLoader)
// Notify possible listeners (e.g. KobaltServer) we now have all the projects
observable.onNext(result)
return result
}