Skip to content

Commit d4cc961

Browse files
committed
turned off debug
1 parent 4b3d2c4 commit d4cc961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ configure(subprojects.findAll {it.name != 'bom'}) {
275275
}
276276

277277
tasks.withType(JavaCompile).configureEach {
278-
options.debug = true;
278+
options.debug = false;
279279
}
280280

281281
tasks.withType(Test).configureEach {

0 commit comments

Comments
 (0)