1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt.git synced 2025-04-26 08:27:12 -07:00

Fix name.

This commit is contained in:
Cedric Beust 2015-11-10 01:56:03 -08:00
parent 526cc35379
commit c8e45d541f

View file

@ -41,7 +41,7 @@ class PackagingPlugin @Inject constructor(val dependencyManager : DependencyMana
val executors: KobaltExecutors, val localRepo: LocalRepo) : BasePlugin() {
companion object {
const val PLUGIN_NAME = "PackagingPlugin"
const val PLUGIN_NAME = "packaging"
@ExportedProperty
const val LIBS_DIR = "libsDir"