source: josm/trunk/ivysettings.xml@ 19521

Last change on this file since 19521 was 19521, checked in by stoecker, 4 months ago

make ivy version selection compatible for plugins

  • Property svn:eol-style set to LF
File size: 1.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<!-- License: GPL. For details, see LICENSE file. -->
3<ivysettings>
4 <settings defaultResolver="josm-nexus"/>
5 <resolvers>
6 <ibiblio name="josm-nexus" m2compatible="true" root="https://josm.openstreetmap.de/repository/public/" />
7 </resolvers>
8
9 <!-- Remove specific statements in build.xml when we drop older Java as a build platform -->
10
11 <property name="versions.junit5-system-exit" value="1.1.2" unlessset="isJava17"/>
12 <property name="versions.junit5-system-exit" value="2.0.2" ifset="isJava17"/>
13
14 <property name="versions.checkstyle" value="10.26.1" unlessset="isJava17"/>
15 <property name="versions.checkstyle" value="12.3.1" unlessset="isJava21" ifset="isJava17"/>
16 <property name="versions.checkstyle" value="13.2.0" ifset="isJava21"/>
17
18 <property name="versions.jmockit" value="1.49.a" unlessset="isJava17"/>
19 <property name="versions.jmockit" value="1.50" ifset="isJava17"/>
20
21 <property name="versions.equalsverifier" value="3.19.4" unlessset="isJava17"/>
22 <property name="versions.equalsverifier" value="4.3.1" ifset="isJava17"/>
23</ivysettings>
Note: See TracBrowser for help on using the repository browser.