xpenatan/gdx-teavm

How upload in local maven repository?

nicolaichuk opened this issue · 3 comments

@xpenatan, How can i upload now in local maven repository after this change 3f49337 ?

I think you can comment https://github.com/xpenatan/gdx-dragome-backend/blob/master/deploy.gradle#L12-L16 and call uploadArchives like before. I'll check when I get home

@xpenatan, it will be better if uploading in local repository may do without any change in file. Only use gradle task or define in command line.

get the last source and the command below will upload to local mvn repo

gradle clean uploadArchives -P local