Changeset 19250 in josm for trunk/build.xml


Ignore:
Timestamp:
2024-10-25T12:32:55+02:00 (18 months ago)
Author:
taylor.smock
Message:

Dependency updates

ivy.xml:

  • junit5-system-exit: 1.1.2 -> 2.0.0 on Java 17+. This is needed since there are patches currently being applied to the JDK to remove the security manager (see JEP 486), and the 1.x series will no longer work. The 2.x series is Java 17+ only and runs as a javaagent.
  • tag2link: 2024.8.21 -> 2024.10.21
  • wiremock: 3.9.1 -> 3.9.2
  • junit5: 5.11.0 -> 5.11.3

tools/ivy.xml:

  • checkstyle: 10.18.1 -> 10.18.2
  • proguard-ant: 7.5.0 -> 7.6.0
  • pmd: 7.5.0 -> 7.6.0
  • errorprone: Not upgraded from 2.31.0 -> 2.34.0 (since it is Java 17+ only)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r19174 r19250  
    388388            <pathelement path="${resources.dir}"/>
    389389        </path>
     390        <ivy:retrieve log="download-only" pattern="${test.dir}/lib/[artifact].[ext]" conf="junit5-system-exit"/>
    390391        <ivy:retrieve log="download-only" pattern="${test.dir}/lib/[artifact].[ext]" conf="jmockit"/>
    391392        <ivy:retrieve log="download-only" pattern="${tools.dir}/[artifact].[ext]" conf="commonslang"/>
     
    464465                        <jvmarg value="-Djava.locale.providers=SPI,CLDR" />
    465466                        <jvmarg value="-Djava.security.manager=allow" if:set="isJava17" />
     467                        <jvmarg value="-javaagent:${test.dir}/lib/junit5-system-exit.jar" if:set="isJava17"/>
    466468                        <jvmarg value="-javaagent:${test.dir}/lib/jmockit.jar"/>
    467469                        <jvmarg value="-Djunit.jupiter.extensions.autodetection.enabled=true"/>
Note: See TracChangeset for help on using the changeset viewer.