Skip to content

Commit

Permalink
#33 try 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
manastalukdar committed Feb 7, 2018
1 parent 47e21ba commit 7383df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -44,7 +44,7 @@ jacocoTestCoverageVerification {
compileTestJava {
sourceCompatibility = 1.8
targetCompatibility = 1.8
options.compilerArgs += '-parameters'
options.compilerArgs += ['-parameters', '-g']
}

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

0 comments on commit 7383df2

Please sign in to comment.