mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-26 08:27:12 -07:00
Fix name.
This commit is contained in:
parent
526cc35379
commit
c8e45d541f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class PackagingPlugin @Inject constructor(val dependencyManager : DependencyMana
|
||||||
val executors: KobaltExecutors, val localRepo: LocalRepo) : BasePlugin() {
|
val executors: KobaltExecutors, val localRepo: LocalRepo) : BasePlugin() {
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
const val PLUGIN_NAME = "PackagingPlugin"
|
const val PLUGIN_NAME = "packaging"
|
||||||
|
|
||||||
@ExportedProperty
|
@ExportedProperty
|
||||||
const val LIBS_DIR = "libsDir"
|
const val LIBS_DIR = "libsDir"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue