mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +00:00
use java major version only
This commit is contained in:
parent
452242f208
commit
ad44fe2335
1 changed files with 1 additions and 1 deletions
2
.github/workflows/package.yaml
vendored
2
.github/workflows/package.yaml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: Set up JDK 15.0.1
|
||||
uses: joschi/setup-jdk@v2
|
||||
with:
|
||||
java-version: 15.0.1
|
||||
java-version: 15
|
||||
- name: Show Build Versions
|
||||
run: ./gradlew -v
|
||||
- name: Cache Gradle packages
|
||||
|
|
Loading…
Reference in a new issue