Guest User

Untitled

a guest
Jan 17th, 2018
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. task publishToSpecialIvyRepo(type: PublishToIvyRepository) {
  2. repository = ivy {
  3. url "http://example.com/mySpecialIvyRepo"
  4. layout 'pattern' , {
  5. artifact '[organization]/[module]/[revision]/[artifact](-[revision])(-[classifier]).[ext]'
  6. ivy '[organization]/[module]/[revision]/[artifact].[ext]'
  7. }
  8. }
  9. publication = project.publishing.publications[0]
  10. }
Add Comment
Please, Sign In to add comment