Browse Source

Use nexus for lombok to get edge version

Change-Id: I8373fbf3997be18149828fc8c191119e522226b5
Reviewed-on: http://gerrit.dmdirc.com/2801
Automatic-Compile: DMDirc Build Manager
Reviewed-by: Chris Smith <chris@dmdirc.com>
tags/0.8rc1
Greg Holmes 10 years ago
parent
commit
9e126db816
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      etc/ivy/ivysettings.xml

+ 2
- 0
etc/ivy/ivysettings.xml View File

@@ -4,6 +4,7 @@
4 4
         <ibiblio name="default" m2compatible="true"/>
5 5
 
6 6
         <ibiblio name="jgit" root="http://download.eclipse.org/jgit/maven" m2compatible="true"/>
7
+        <ibiblio name="dmdirc-thirdparty" root="http://nexus.dmdirc.com/nexus/content/repositories/thirdparty/" m2compatible="true"/>
7 8
 
8 9
         <url name="ant-nsis">
9 10
             <artifact pattern="http://cloud.github.com/downloads/dreese/nsis-ant/nsisant-[revision].jar"/>
@@ -24,5 +25,6 @@
24 25
         <module organisation="com.github.shanemcc" name="jgit-describe" resolver="jgit-describe"/>
25 26
         <module organisation="net.sourceforge.fikin-ant-tasks" name="ant-fikin" resolver="packager"/>
26 27
         <module organisation="org.eclipse.jgit" name="*" resolver="jgit"/>
28
+        <module organisation="org.projectlombok" name="*" resolver="dmdirc-thirdparty"/>
27 29
     </modules>
28 30
 </ivysettings>

Loading…
Cancel
Save