How to use local library snapshot? #1453
-
I would like to use library from special branch, but I don't understand which files I should put to project... |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
As far as I know: all of them. I think your best bet is to:
This is almost how the tests work in the repo: Lines 70 to 75 in a2e9b03 but Gradle tests are special, normally you can achieve this with just |
Beta Was this translation helpful? Give feedback.
As far as I know: all of them.
I think your best bet is to:
gradlew publishToMavenLocal
mavenLocal()
,This is almost how the tests work in the repo:
paparazzi/build.gradle
Lines 70 to 75 in a2e9b03
paparazzi/paparazzi-gradle-plugin/build.gradle
Line 51 in a2e9b03
paparazzi/paparazzi-gradle-plugin/s…