mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 13:26:44 +00:00
update java point release
This commit is contained in:
parent
ae0e5894ca
commit
d1326cb621
2 changed files with 3 additions and 3 deletions
4
.github/workflows/package-osx.yaml
vendored
4
.github/workflows/package-osx.yaml
vendored
|
@ -9,10 +9,10 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
- name: Set up JDK 14.0.1
|
- name: Set up JDK 14.0.2
|
||||||
uses: actions/setup-java@v1
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 14.0.1
|
java-version: 14.0.2
|
||||||
- name: Cache Gradle packages
|
- name: Cache Gradle packages
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
2
drongo
2
drongo
|
@ -1 +1 @@
|
||||||
Subproject commit ea5101dff725a9973ac3056b5b59d26d3b4674f3
|
Subproject commit 17773f783e3d76262c578bc15e0b86d1d2fbebaa
|
Loading…
Reference in a new issue