Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilpipre authored Jul 26, 2022
1 parent 057b877 commit 9bd8c29
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 9bd8c29

Please sign in to comment.