Steve
04/28/2020, 5:53 PMChilli
04/28/2020, 6:15 PMSteve
04/28/2020, 6:23 PMimplementation 'maven artifact and version'
, you would use implementation files('path to jar')
Chilli
04/28/2020, 6:31 PMSteve
04/28/2020, 7:31 PMChilli
04/28/2020, 7:34 PMChilli
04/28/2020, 7:34 PMaraqnid
04/28/2020, 8:05 PMpublishToMavenLocal
and it will “publish” to ~/.m2/repository - other projections can then pick those artifacts up if they have mavenLocal()
in the repositories
Chilli
04/28/2020, 8:06 PMaraqnid
04/28/2020, 8:06 PMgroup
in the project doing the publishing, to get some reasonable maven coordinates to publish at