summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2017-06-21 16:02:53 -0700
committerGary Wu <gary.i.wu@huawei.com>2017-06-21 16:02:53 -0700
commit9c2bb321b510d5ecac46d1487a130b60d50336e7 (patch)
treed1b228dadd2aa1097cb52aadbfc12c649fd89ae7 /pom.xml
parent7f1c152811dcc061e2a6609db204830bb4b75cc7 (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.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index b6e3637..46a8d73 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>