Changeset 17853 in josm


Ignore:
Timestamp:
2021-05-02T10:03:49+02:00 (5 years ago)
Author:
simon04
Message:

see #17516 - Update to ProGuard 7.1.0-beta3 for Java 13+ support

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r17711 r17853  
    565565        </jacoco:report>
    566566    </target>
    567     <target name="dist-optimized" depends="dist" unless="isJava13" description="Build an optimized JOSM distribution file">
     567    <target name="dist-optimized" depends="dist" description="Build an optimized JOSM distribution file">
    568568        <ivy:cachepath log="download-only" file="${tools.ivy}" pathid="proguard.classpath" conf="proguard"/>
    569569        <taskdef resource="proguard/ant/task.properties" classpathref="proguard.classpath"/>
  • trunk/tools/ivy.xml

    r17544 r17853  
    1919        <dependency org="com.puppycrawl.tools" name="checkstyle" rev="8.36" conf="checkstyle->default"/>
    2020        <!-- proguard->default -->
    21         <dependency org="net.sf.proguard" name="proguard-anttask" rev="6.2.2" conf="proguard->default"/>
     21        <dependency org="com.guardsquare" name="proguard-ant" rev="7.1.0-beta3" conf="proguard->default"/>
    2222        <!-- pmd->default -->
    2323        <dependency org="net.sourceforge.pmd" name="pmd-core" rev="6.20.0" conf="pmd->default"/>
Note: See TracChangeset for help on using the changeset viewer.