You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2018/09/28 17:43:02 UTC

svn commit: r1842274 - /poi/trunk/build.gradle

Author: centic
Date: Fri Sep 28 17:43:02 2018
New Revision: 1842274

URL: http://svn.apache.org/viewvc?rev=1842274&view=rev
Log:
Remove outdated comment for japicmp

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1842274&r1=1842273&r2=1842274&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Fri Sep 28 17:43:02 2018
@@ -159,8 +159,6 @@ subprojects {
         }
     }
 
-    // japicmp will fail with "Could not load" because we moved some classes out of the root-package
-    // for Java 9 compatibility in 4.0.0
     task(japicmp, type: me.champeau.gradle.ArtifactJapicmpTask, dependsOn: jar) {
         to = jar.archivePath
         onlyModified = true



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org