build(ksp): ksp and publishing tuning (#4462)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2026-02-05 16:36:38 -06:00 committed by GitHub
parent 9e6de124ee
commit 18aae852fd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 84 additions and 10 deletions

View file

@ -1,5 +1,7 @@
jdk:
- openjdk17
before_install:
- ./gradlew --stop
install:
- ./gradlew publishToMavenLocal
- ./gradlew :core:proto:publishToMavenLocal :core:model:publishToMavenLocal :core:api:publishToMavenLocal --no-daemon --stacktrace -Dorg.gradle.jvmargs="-Xmx4g -XX:+UseParallelGC"
group: org.meshtastic