Skip to content

Commit 0e085e1

Browse files
committed
build.gradle: tweak for build efficiency
1 parent 19d01ed commit 0e085e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ sourceSets.main.java {
2929
}
3030

3131
// Generate all JNI header files before compiling any C/C++ code:
32-
tasks.withType(CppCompile) {
32+
tasks.withType(CppCompile).configureEach {
3333
dependsOn('classes', 'compileTestJava')
3434
}
3535

0 commit comments

Comments
 (0)