Changeset 17895 in josm
- Timestamp:
- 2021-05-17T02:40:50+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r17884 r17895 513 513 </jacoco:report> 514 514 </target> 515 <target name="dist-optimized" depends="dist" description="Build an optimized JOSM distribution file"> 515 <!-- ProGuard does not woth with Java 17 yet: https://github.com/Guardsquare/proguard/issues/132 --> 516 <target name="dist-optimized" depends="dist" unless="isJava17" description="Build an optimized JOSM distribution file"> 516 517 <ivy:cachepath log="download-only" file="${tools.ivy}" pathid="proguard.classpath" conf="proguard"/> 517 518 <taskdef resource="proguard/ant/task.properties" classpathref="proguard.classpath"/>
Note:
See TracChangeset
for help on using the changeset viewer.