How to use master version? #227
-
Hi, So that I don't have to wait for release and try master whenever there is something new? I assume building locally and using that would work. Any tips? |
Beta Was this translation helpful? Give feedback.
Answered by
thejoeba
Oct 14, 2021
Replies: 1 comment
-
One way to accomplish this is to download the repo, and use gradle plugin maven-publish. This will save the library to your mavenLocal() repository (~/.m2/). |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nbransby
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
One way to accomplish this is to download the repo, and use gradle plugin maven-publish. This will save the library to your mavenLocal() repository (~/.m2/).