Nammu icon indicating copy to clipboard operation
Nammu copied to clipboard

set up install into local maven repo

Open bpappin opened this issue 8 years ago • 1 comments

the command gradle install will install the arr file into the local maven repo so it can be referred to as a static dependency such as compile 'pl.tajchert:nammu:1.0.2'

bpappin avatar Feb 29 '16 15:02 bpappin

Don't forget to include the mavenLocal() in the repository list, in the project using the library.

bpappin avatar Feb 29 '16 15:02 bpappin