Missed a change

This commit is contained in:
Jacek Laskowski 2014-04-24 23:40:17 +02:00
parent a66a43d31c
commit a2c64569f5
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ or
::
externalPom(baseDirectory(_ / "custom-name.xml"))
externalPom(baseDirectory.value / "custom-name.xml")
Full Ivy Example
~~~~~~~~~~~~~~~~