Skip to content

Commit

Permalink
test with java 15 first
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Aug 9, 2020
1 parent 4932421 commit cfe9d28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ env:
AstrophysicsDataSystemAPIKey: ${{ secrets.AstrophysicsDataSystemAPIKey }}
IEEEAPIKey: ${{ secrets.IEEEAPIKey }}


jobs:
build:
strategy:
Expand All @@ -36,7 +37,7 @@ jobs:
- os: macOS-latest
displayName: macOS
archivePortable: brew install pigz && tar -c -C build/distribution JabRef.app | pigz --rsyncable > build/distribution/JabRef-portable_macos.tar.gz && rm -R build/distribution/JabRef.app

runs-on: ${{ matrix.os }}
name: Create installer and portable version for ${{ matrix.displayName }}

Expand All @@ -55,7 +56,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 14
java-version: 15
- name: Restore gradle cache
uses: actions/cache@master
with:
Expand Down
3 changes: 0 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -690,9 +690,6 @@ jlink {
'--app-version', "${project.version}",
'--file-associations', "${projectDir}/buildres/mac/bibtexAssociations.properties",
'--resource-dir', "${projectDir}/buildres/mac",
'--mac-sign',
'--mac-package-signing-prefix', "org.jabref",
'--mac-signing-key-user-name', "Tobias Diez (W2PU6LW5U5)"
]
}
}
Expand Down

0 comments on commit cfe9d28

Please sign in to comment.