]> source.dussan.org Git - poi.git/commitdiff
Disable Sonar in Gradle build for now, it requires Java 8, but we should still be...
authorDominik Stadler <centic@apache.org>
Wed, 28 Dec 2016 19:47:40 +0000 (19:47 +0000)
committerDominik Stadler <centic@apache.org>
Wed, 28 Dec 2016 19:47:40 +0000 (19:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1776317 13f79535-47bb-0310-9956-ffa450edef68

build.gradle

index 4fbf7e8656c1477859b004036ba8a991a19a5660..4a884b65e49a39090d8f65d737f90de2bbaeebc3 100644 (file)
@@ -24,9 +24,11 @@ buildscript {
        }
 }
 
+/* We cannot add this here as the Sonar-plugin requires Java 8, but
+ * we want to at least keep Java 7 compatibility for building POI via Gradle for now
 plugins {
   id "org.sonarqube" version "2.2.1"
-}
+}*/
 
 // For help converting an Ant build to a Gradle build, see
 // https://docs.gradle.org/current/userguide/ant.html