diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-06-21 16:02:53 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-06-21 16:02:53 -0700 |
commit | 9c2bb321b510d5ecac46d1487a130b60d50336e7 (patch) | |
tree | d1b228dadd2aa1097cb52aadbfc12c649fd89ae7 /pom.xml | |
parent | 7f1c152811dcc061e2a6609db204830bb4b75cc7 (diff) |
Make license check warning only for now
Make license check warning only for now.
Set default java version to 8.
Change-Id: Idbbc617c739a45bbecbfdd3f8bc394e648b852a8
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -38,6 +38,8 @@ <module>license</module> </modules> <properties> + <maven.compiler.source>1.8</maven.compiler.source> + <maven.compiler.target>1.8</maven.compiler.target> <jacoco.version>0.7.7.201606060606</jacoco.version> <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version> <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin> |