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

Clean up plugin-names.

This commit is contained in:
Cedric Beust 2015-11-26 21:59:17 -08:00
parent bf1b827324
commit e1c3ea1298
11 changed files with 42 additions and 37 deletions

View file

@ -34,7 +34,7 @@ class PackagingPlugin @Inject constructor(val dependencyManager : DependencyMana
val executors: KobaltExecutors, val localRepo: LocalRepo) : ConfigPlugin<InstallConfig>() {
companion object {
const val PLUGIN_NAME = "packaging"
const val PLUGIN_NAME = "Packaging"
@ExportedProjectProperty(doc = "Where the libraries are saved", type = "String")
const val LIBS_DIR = "libsDir"