Browse Source

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
tags/REL_3_17_FINAL
Dominik Stadler 7 years ago
parent
commit
7b75e2d61e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle 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"
}
}

Loading…
Cancel
Save