bootstrap: revert new bootstrap scheme

This will prevent a bit of work having to be done for the buildbot.
This commit is contained in:
Tyler Bochard
2021-02-15 00:28:39 -05:00
committed by GitHub
parent 06a399ec85
commit e09bd5331f

View File

@@ -17,8 +17,9 @@ class BootstrapPlugin : Plugin<Project> {
bootstrapDependencies(project(":runelite-client"))
}
tasks.register<BootstrapTask>("bootstrap", "openosrs")
tasks.register<BootstrapTask>("bootstrapStaging", "staging")
tasks.register<BootstrapTask>("bootstrapNightly", "nightly")
tasks.register<BootstrapTask>("bootstrapStable", "stable")
tasks.withType<BootstrapTask> {
this.group = "openosrs"