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 2019/11/17 11:26:30 UTC

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

Author: centic
Date: Sun Nov 17 11:26:30 2019
New Revision: 1869935

URL: http://svn.apache.org/viewvc?rev=1869935&view=rev
Log:
Keep using older version of japicmp plugin for now as newer versions fail with strange error messages

Modified:
    poi/trunk/build.gradle

Modified: poi/trunk/build.gradle
URL: http://svn.apache.org/viewvc/poi/trunk/build.gradle?rev=1869935&r1=1869934&r2=1869935&view=diff
==============================================================================
--- poi/trunk/build.gradle (original)
+++ poi/trunk/build.gradle Sun Nov 17 11:26:30 2019
@@ -20,7 +20,8 @@ buildscript {
     }
 
     dependencies {
-        classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.2.8'	// 2.x requires Gradle >=4
+        // 2.x fails with "Could not get unknown property 'me'"
+        classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.1.2'
         classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.8"
     }
 }



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