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:
parent
bf1b827324
commit
e1c3ea1298
11 changed files with 42 additions and 37 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue