Skip to content

Commit 7383df2

Browse files
committed
#33 try 1.
1 parent 47e21ba commit 7383df2

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
@@ -44,7 +44,7 @@ jacocoTestCoverageVerification {
4444
compileTestJava {
4545
sourceCompatibility = 1.8
4646
targetCompatibility = 1.8
47-
options.compilerArgs += '-parameters'
47+
options.compilerArgs += ['-parameters', '-g']
4848
}
4949

5050
// http://junit.org/junit5/docs/current/user-guide/#running-tests-build-gradle

0 commit comments

Comments
 (0)