mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36:44 +00:00
java versioning
This commit is contained in:
parent
d1326cb621
commit
350bddac84
2 changed files with 2 additions and 2 deletions
2
.github/workflows/package-osx.yaml
vendored
2
.github/workflows/package-osx.yaml
vendored
|
@ -13,6 +13,8 @@ jobs:
|
|||
uses: actions/setup-java@v1
|
||||
with:
|
||||
java-version: 14.0.2
|
||||
- name: Show Java Version
|
||||
run: java -version
|
||||
- name: Cache Gradle packages
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
|
|
|
@ -10,8 +10,6 @@ def sparrowVersion = '0.9.1'
|
|||
group "com.sparrowwallet"
|
||||
version "${sparrowVersion}"
|
||||
|
||||
sourceCompatibility = 1.9
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url 'https://oss.sonatype.org/content/groups/public' }
|
||||
|
|
Loading…
Reference in a new issue