Skip to content

Commit

Permalink
Do not evaluate annotations for japicmp-test-ant-task
Browse files Browse the repository at this point in the history
  • Loading branch information
guillermocalvo committed Mar 11, 2024
1 parent 1369a3d commit 8920ac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion japicmp-testbase/japicmp-test-ant-task/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
</path>

<taskdef resource="japicmp/ant/antlib.xml" classpathref="task.classpath" />
<japicmp oldjar="${project.build.directory}/guava-18.0.jar" newjar="${project.build.directory}/guava-19.0.jar" oldclasspath="old.classpath" newclasspath="new.classpath" onlyBinaryIncompatible="false" onlyModified="true" />
<japicmp oldjar="${project.build.directory}/guava-18.0.jar" newjar="${project.build.directory}/guava-19.0.jar" oldclasspath="old.classpath" newclasspath="new.classpath" onlyBinaryIncompatible="false" onlyModified="true" noAnnotations="true" />

</target>
</configuration>
Expand Down

0 comments on commit 8920ac1

Please sign in to comment.