bootstrap: Fix client not being copied over

This commit is contained in:
Owain van Brakel
2020-07-17 07:51:48 +02:00
parent c36b5e4f03
commit 3fad382843

View File

@@ -15,6 +15,7 @@ class BootstrapPlugin : Plugin<Project> {
bootstrapDependencies(project(":runescape-api")) bootstrapDependencies(project(":runescape-api"))
bootstrapDependencies(project(":http-api")) bootstrapDependencies(project(":http-api"))
bootstrapDependencies(project(":injected-client")) bootstrapDependencies(project(":injected-client"))
bootstrapDependencies(project(":runelite-client"))
} }
tasks.register<BootstrapTask>("bootstrapStaging", "staging") tasks.register<BootstrapTask>("bootstrapStaging", "staging")