Skip to content

Commit c17830e

Browse files
committed
set debug to true
1 parent 303d59f commit c17830e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ subprojects {
262262
}
263263

264264
tasks.withType(JavaCompile).configureEach {
265-
options.debug = false;
265+
options.debug = true;
266266
}
267267

268268
tasks.withType(Test).configureEach {

0 commit comments

Comments
 (0)