iron_hammer 1.0.11 → 1.0.12
Sign up to get free protection for your applications and to get access to all the features.
- data/Rakefile +1 -1
- data/lib/iron_hammer/configuration.rb +3 -3
- metadata +1 -1
data/Rakefile
CHANGED
@@ -50,11 +50,11 @@ EOF
|
|
50
50
|
<<EOF
|
51
51
|
<ivysettings>
|
52
52
|
<settings defaultResolver="default" />
|
53
|
-
<caches defaultCacheDir="#{
|
53
|
+
<caches defaultCacheDir="#{@home}/Ivy/Cache"/>
|
54
54
|
<resolvers>
|
55
55
|
<filesystem name="default">
|
56
|
-
<ivy pattern="#{
|
57
|
-
<artifact pattern="#{
|
56
|
+
<ivy pattern="#{@home}/Ivy/Repository/[organisation]/[module]/ivys/ivy-[revision].xml"/>
|
57
|
+
<artifact pattern="#{@home}/Ivy/Repository/[organisation]/[module]/[type]s/[artifact]-[revision].[ext]"/>
|
58
58
|
</filesystem>
|
59
59
|
</resolvers>
|
60
60
|
</ivysettings>
|