Changeset 14258 in josm
- Timestamp:
- 2018-09-16T10:26:39+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r14256 r14258 610 610 </jacoco:report> 611 611 </target> 612 <target name="dist-optimized" depends="dist" >612 <target name="dist-optimized" depends="dist" unless="isJava11"> 613 613 <taskdef resource="proguard/ant/task.properties" classpath="${tools.dir}/proguard.jar"/> 614 614 <proguard> … … 675 675 </exec> 676 676 </target> 677 <target name="check-plugins" depends="dist-optimized" description="Check of plugins binary compatibility" >677 <target name="check-plugins" depends="dist-optimized" description="Check of plugins binary compatibility" unless="isJava11"> 678 678 <local name="dir"/> 679 679 <local name="plugins"/>
Note:
See TracChangeset
for help on using the changeset viewer.