diff --git a/buildSrc/src/main/kotlin/BootstrapPlugin.kt b/buildSrc/src/main/kotlin/BootstrapPlugin.kt index 4a3824dd19..445959fe45 100644 --- a/buildSrc/src/main/kotlin/BootstrapPlugin.kt +++ b/buildSrc/src/main/kotlin/BootstrapPlugin.kt @@ -17,8 +17,9 @@ 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"