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 2017-02-13 10:39:28 -08:00
parent e4f68f9348
commit 3b88ecc4dc

View file

@ -22,7 +22,7 @@ import javax.inject.Inject
import javax.inject.Singleton import javax.inject.Singleton
/** /**
* This plug-in takes care of compilation: it declares a bunch of tasks ("compile", "compileTest") and * This plug-in takes care of compilation: it declares several common tasks ("compile", "compileTest")
* and picks up all the compiler contributors in order to run them whenever a compilation is requested. * and picks up all the compiler contributors in order to run them whenever a compilation is requested.
*/ */
@Singleton @Singleton