mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Add JitPack configuration for publishing (#4365)
This commit is contained in:
parent
07639900c9
commit
266650f29e
4 changed files with 25 additions and 24 deletions
6
jitpack.yml
Normal file
6
jitpack.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
jdk:
|
||||
- openjdk21
|
||||
before_install:
|
||||
- ./gradlew :core:proto:generateGoogleReleaseProto
|
||||
install:
|
||||
- ./gradlew publishToMavenLocal -Pgoogle
|
||||
Loading…
Add table
Add a link
Reference in a new issue