We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cafacd commit b9c08e8Copy full SHA for b9c08e8
src/test/antunit/TestCommonsIOSignatures.xml
@@ -34,6 +34,7 @@
34
<ivy:cachepath organisation="commons-io" module="commons-io" revision="${commons-io-version}"
35
inline="true" conf="master" type="jar" pathid="commons-io.classpath" log="${ivy.logging}"/>
36
<forbiddenapis bundledSignatures="${commons-io-signature}" ignoreEmptyFileset="true" classpathref="commons-io.classpath" targetVersion="${jdk.version}"/>
37
+ <au:assertLogDoesntContain level="warning" text="choosing next lower available signature"/>
38
</target>
39
40
<target name="testVersionDowngradeAndEquivalence">
0 commit comments