mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(ci): Simplify jitpack.yml build steps (#4460)
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
parent
37e9d6425c
commit
94280a873f
2 changed files with 3 additions and 3 deletions
|
|
@ -29,4 +29,6 @@ if (project.version == "unspecified") {
|
|||
?: System.getenv("VERSION_NAME")
|
||||
?: props.getProperty("VERSION_NAME_BASE")
|
||||
?: "0.0.0-SNAPSHOT"
|
||||
|
||||
println("Configured publication version for project ${project.name}: ${project.version}")
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,5 @@
|
|||
jdk:
|
||||
- openjdk17
|
||||
before_install:
|
||||
- ./gradlew :core:proto:generateProtos
|
||||
install:
|
||||
- ./gradlew :core:proto:publishToMavenLocal :core:model:publishToMavenLocal :core:api:publishToMavenLocal
|
||||
- ./gradlew publishToMavenLocal
|
||||
group: org.meshtastic
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue