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