Changeset 16171 in josm for trunk/tools/ivy.xml


Ignore:
Timestamp:
2020-03-17T23:05:22+01:00 (4 years ago)
Author:
simon04
Message:

see #16860 - Resolve Checkstyle using Apache Ivy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/ivy.xml

    r16170 r16171  
    55    <configurations>
    66        <conf name="javacc" description="Everything needed for running JavaCC"/>
     7        <conf name="checkstyle" description="Everything needed for running Checkstyle"/>
    78        <conf name="proguard" description="Everything needed for running ProGuard"/>
    89        <conf name="pmd" description="Everything needed for running PMD"/>
     
    1213        <!-- javacc->default -->
    1314        <dependency org="net.java.dev.javacc" name="javacc" rev="7.0.3" conf="javacc->default"/>
     15        <!-- checkstyle->default -->
     16        <dependency org="com.puppycrawl.tools" name="checkstyle" rev="8.27" conf="checkstyle->default"/>
    1417        <!-- proguard->default -->
    1518        <dependency org="net.sf.proguard" name="proguard-anttask" rev="6.2.2" conf="proguard->default"/>
Note: See TracChangeset for help on using the changeset viewer.