feat: Add JitPack configuration for publishing (#4365)

This commit is contained in:
James Rich 2026-01-29 15:04:45 -06:00 committed by GitHub
parent 07639900c9
commit 266650f29e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 25 additions and 24 deletions

6
jitpack.yml Normal file
View file

@ -0,0 +1,6 @@
jdk:
- openjdk21
before_install:
- ./gradlew :core:proto:generateGoogleReleaseProto
install:
- ./gradlew publishToMavenLocal -Pgoogle