Remove outdated comment for japicmp
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1842274 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
00715c8d89
commit
9f2892e97e
@ -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) {
|
task(japicmp, type: me.champeau.gradle.ArtifactJapicmpTask, dependsOn: jar) {
|
||||||
to = jar.archivePath
|
to = jar.archivePath
|
||||||
onlyModified = true
|
onlyModified = true
|
||||||
|
Loading…
Reference in New Issue
Block a user