actions: Fix scraper
This commit is contained in:
@@ -40,7 +40,7 @@ dependencies {
|
||||
|
||||
tasks {
|
||||
register<JavaExec>("download") {
|
||||
dependsOn("copyVanilla")
|
||||
dependsOn(":cache-client:build")
|
||||
|
||||
classpath = project.sourceSets.main.get().runtimeClasspath
|
||||
main = "net.runelite.cache.client.CacheClient"
|
||||
|
||||
Reference in New Issue
Block a user