Skip to content

Commit cc82e4d

Browse files
committed
Added -Xdiags:verbose to compiler args to get diagnostics in TravisCI
1 parent 719dc66 commit cc82e4d

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
@@ -54,7 +54,7 @@ compileJava {
5454
targetCompatibility = 1.8
5555

5656
dependsOn project.tasks.docProcessing
57-
options.compilerArgs = [ "-Xlint:unchecked" ]
57+
options.compilerArgs = [ "-Xlint:unchecked", "-Xdiags:verbose" ]
5858
}
5959

6060
dependencies {

0 commit comments

Comments
 (0)