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"