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
|
uses: actions/setup-java@v1
|
||||||
with:
|
with:
|
||||||
java-version: 14.0.2
|
java-version: 14.0.2
|
||||||
|
- name: Show Java Version
|
||||||
|
run: java -version
|
||||||
- name: Cache Gradle packages
|
- name: Cache Gradle packages
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -10,8 +10,6 @@ def sparrowVersion = '0.9.1'
|
||||||
group "com.sparrowwallet"
|
group "com.sparrowwallet"
|
||||||
version "${sparrowVersion}"
|
version "${sparrowVersion}"
|
||||||
|
|
||||||
sourceCompatibility = 1.9
|
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url 'https://oss.sonatype.org/content/groups/public' }
|
maven { url 'https://oss.sonatype.org/content/groups/public' }
|
||||||
|
|
Loading…
Reference in a new issue