Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
project: ensure injector deps are built (#2006)
Browse files Browse the repository at this point in the history
* project: ensure injector deps are built
  • Loading branch information
zeruth authored Nov 11, 2019
1 parent 784140d commit 751c41f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions injected-client/injected-client.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ artifacts {

// keep the sourcesets etc but remove useless tasks
tasks {
build {
dependsOn(":runelite-mixins:build")
dependsOn(":runescape-api:build")
dependsOn(":runescape-client:build")
}
classes {
enabled = false
}
Expand Down

0 comments on commit 751c41f

Please sign in to comment.