From 926899891038ccf3b9fe175a0ca40d5ad6321972 Mon Sep 17 00:00:00 2001 From: TheRealNull Date: Sun, 17 Jan 2021 14:41:57 -0800 Subject: [PATCH] bootstrap: prep for launcher update --- buildSrc/src/main/kotlin/BootstrapPlugin.kt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/buildSrc/src/main/kotlin/BootstrapPlugin.kt b/buildSrc/src/main/kotlin/BootstrapPlugin.kt index 445959fe45..4a3824dd19 100644 --- a/buildSrc/src/main/kotlin/BootstrapPlugin.kt +++ b/buildSrc/src/main/kotlin/BootstrapPlugin.kt @@ -17,9 +17,8 @@ class BootstrapPlugin : Plugin { bootstrapDependencies(project(":runelite-client")) } + tasks.register("bootstrap", "openosrs") tasks.register("bootstrapStaging", "staging") - tasks.register("bootstrapNightly", "nightly") - tasks.register("bootstrapStable", "stable") tasks.withType { this.group = "openosrs"