Skip to content
Snippets Groups Projects
Commit 8212faa5 authored by anttil's avatar anttil
Browse files

SWE-22 / SP-641: automatic refresh of 'base' dependency

SVN: 29115
parent 1b8acede
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -41,8 +41,8 @@ publishing { ...@@ -41,8 +41,8 @@ publishing {
} }
repositories { repositories {
ivy { ivy {
ivyPattern "file://$buildDir/../../ivy-repository/[organisation]/[module]/[revision]/ivy.xml" ivyPattern "file://${project.projectDir}/../ivy-repository/[organisation]/[module]/[revision]/ivy.xml"
artifactPattern "file://$buildDir/../../ivy-repository/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]" artifactPattern "file://${project.projectDir}/../ivy-repository/[organisation]/[module]/[revision]/[artifact]-[revision](-[classifier]).[ext]"
} }
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment