Skip to content

Commit 70e8def

Browse files
committed
added debug stanza for subprojects
1 parent 45ee59e commit 70e8def

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,9 @@ subprojects {
245245
reportsDirectory = layout.buildDirectory.dir("jacoco")
246246
}
247247

248+
tasks.withType(JavaCompile).configureEach {
249+
options.debug = true;
250+
}
248251
}
249252

250253
test.dependsOn([':core:test', ':prov:test', ':prov:test11', ':prov:test17', ':prov:test21', ':pkix:test', 'pg:test', ':tls:test', 'mls:test', 'mail:test', 'jmail:test'])

0 commit comments

Comments
 (0)