mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore(build): more downgrades to JDK 17 (#4374)
This commit is contained in:
parent
742d57bd64
commit
bd6480e5db
7 changed files with 20 additions and 17 deletions
4
.github/workflows/dependency-submission.yml
vendored
4
.github/workflows/dependency-submission.yml
vendored
|
|
@ -18,11 +18,11 @@ jobs:
|
|||
- uses: actions/setup-java@v5
|
||||
with:
|
||||
distribution: jetbrains
|
||||
java-version: 21
|
||||
java-version: 17
|
||||
|
||||
- name: Generate and submit dependency graph
|
||||
uses: gradle/actions/dependency-submission@v5
|
||||
with:
|
||||
build-scan-publish: true
|
||||
build-scan-terms-of-use-url: "https://gradle.com/help/legal-terms-of-use"
|
||||
build-scan-terms-of-use-agree: "yes"
|
||||
build-scan-terms-of-use-agree: "yes"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue