Skip to content

Commit

Permalink
Merge pull request JonathanGiles#61 from Oliver-Loeffler/issue-60
Browse files Browse the repository at this point in the history
Error: Unable to find agent jar file. Exiting Scenic View.
  • Loading branch information
JonathanGiles authored Jan 19, 2021
2 parents cf6f054 + 92e4d91 commit cc7eb3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ jar {
archiveName = 'scenicview.jar'
}

run {
dependsOn jar
}

artifacts {
archives(jar)
}
Expand Down

0 comments on commit cc7eb3b

Please sign in to comment.