mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-13 16:35:47 -04:00
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
8 lines
239 B
YAML
8 lines
239 B
YAML
jdk:
|
|
- openjdk21
|
|
before_install:
|
|
- ./gradlew --stop
|
|
install:
|
|
- ./gradlew :core:proto:publishToMavenLocal :core:model:publishToMavenLocal --no-daemon --stacktrace -Dorg.gradle.jvmargs="-Xmx4g -XX:+UseParallelGC"
|
|
group: org.meshtastic
|