actions: Fix scraper

This commit is contained in:
Owain van Brakel
2019-11-03 02:23:45 +01:00
parent 856e37bec4
commit 4adb74a4fd

View File

@@ -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"