Add note that japicmp cannot be upgrade until Gradle 4 is used

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1802631 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Dominik Stadler 2017-07-21 18:19:17 +00:00
parent c76672b8aa
commit ef99b6c6fd
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ buildscript {
}
dependencies {
classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.1.2'
classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.1.2' // 2.x requires Gradle >=4
classpath "org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.2.1"
}
}