bootstrap: revert new bootstrap scheme
This will prevent a bit of work having to be done for the buildbot.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user