Skip to content

Commit 528a935

Browse files
authored
Update build.gradle
1 parent 8994ef2 commit 528a935

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ subprojects {
183183
into extDir
184184
}
185185

186+
compileJava.doFirst {
187+
tasks.findByName('checkForDependencies')
188+
}
189+
186190
install.doFirst {
187191
def extDir = System.getenv("NEW_RELIC_EXTENSIONS_DIR")
188192
if (extDir == null) {

0 commit comments

Comments
 (0)