Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Xenos2016-03-17 00:10:53 +0000
committerStefan Xenos2016-03-21 18:17:06 +0000
commit622d3b5a9d07990762e58029bd8dffbd2e7df773 (patch)
treea3ca3cbb06acba00b7732366c3af99f84a348ff7 /pom.xml
parent87f3b9b8652edd636453f33ab7ba9adf862a3012 (diff)
downloadeclipse.platform.team-622d3b5a9d07990762e58029bd8dffbd2e7df773.tar.gz
eclipse.platform.team-622d3b5a9d07990762e58029bd8dffbd2e7df773.tar.xz
eclipse.platform.team-622d3b5a9d07990762e58029bd8dffbd2e7df773.zip
Bug 489805 - Move the projects in the team git repository to Java 1.8I20160322-0800
Change-Id: Id5519b91445802de6c62d310b30a0cf486152f64 Signed-off-by: Stefan Xenos <sxenos@gmail.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7d52e6c6b..d91ecbbb7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,6 +26,7 @@
<properties>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/platform/eclipse.platform.team.git</tycho.scmUrl>
+ <code.ignoredWarnings>-warn:-deprecation,raw,unchecked</code.ignoredWarnings>
</properties>
<!--

Back to the top