Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilpipre committed Jul 26, 2022
1 parent 27528aa commit d0b072b
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 @@ -183,6 +183,10 @@ subprojects {
into extDir
}

compileJava.doFirst {
tasks.findByName('checkForDependencies')
}

install.doFirst {
def extDir = System.getenv("NEW_RELIC_EXTENSIONS_DIR")
if (extDir == null) {
Expand Down

0 comments on commit d0b072b

Please sign in to comment.