You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2016/12/21 10:33:45 UTC

ant git commit: enable Java8 checks

Repository: ant
Updated Branches:
  refs/heads/master 52c917b19 -> 06c42512f


enable Java8 checks


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/06c42512
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/06c42512
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/06c42512

Branch: refs/heads/master
Commit: 06c42512fcb41a5c5c01fa7875ff7cf88b13fdb4
Parents: 52c917b
Author: Stefan Bodewig <bo...@apache.org>
Authored: Wed Dec 21 11:33:28 2016 +0100
Committer: Stefan Bodewig <bo...@apache.org>
Committed: Wed Dec 21 11:33:28 2016 +0100

----------------------------------------------------------------------
 sonar-project.properties | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/06c42512/sonar-project.properties
----------------------------------------------------------------------
diff --git a/sonar-project.properties b/sonar-project.properties
index 60af87f..482880b 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -3,3 +3,4 @@ sonar.projectName=Apache Ant
 sonar.sources=src/main
 sonar.tests=src/tests/junit
 sonar.projectVersion=1.10.0-SNAPSHOT
+sonar.java.source=8