Skip to content

Commit 1bc1192

Browse files
authored
Update build.gradle
1 parent 164724c commit 1bc1192

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
@@ -182,6 +182,10 @@ subprojects {
182182
into extDir
183183
}
184184

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

0 commit comments

Comments
 (0)