Skip to content

Commit 7a9f296

Browse files
kopporSiedlerchr
andauthored
Update JDK14 from EA 30 to EA 34 (#5910)
* Update JDK14 from EA 30 to EA 34 * Fail at the end * Revert to fail fast Co-authored-by: Christoph <cschwentker@gmail.com>
1 parent 5c101d1 commit 7a9f296

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deployment.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,17 @@ jobs:
2323
include:
2424
- os: ubuntu-latest
2525
displayName: linux
26-
jpackageDownload: https://download.java.net/java/early_access/jdk14/30/GPL/openjdk-14-ea+30_linux-x64_bin.tar.gz
26+
jpackageDownload: https://download.java.net/java/early_access/jdk14/34/GPL/openjdk-14-ea+34_linux-x64_bin.tar.gz
2727
jdk14Path: /jdk-14
2828
archivePortable: tar -c -C build/distribution JabRef | pigz --rsyncable > build/distribution/JabRef-portable_linux.tar.gz && rm -R build/distribution/JabRef
2929
- os: windows-latest
3030
displayName: windows
31-
jpackageDownload: https://download.java.net/java/early_access/jdk14/30/GPL/openjdk-14-ea+30_windows-x64_bin.zip
31+
jpackageDownload: https://download.java.net/java/early_access/jdk14/34/GPL/openjdk-14-ea+34_windows-x64_bin.zip
3232
jdk14Path: /jdk-14
3333
archivePortable: 7z a -r build/distribution/JabRef-portable_windows.zip ./build/distribution/JabRef && rm -R build/distribution/JabRef
3434
- os: macOS-latest
3535
displayName: macOS
36-
jpackageDownload: https://download.java.net/java/early_access/jdk14/30/GPL/openjdk-14-ea+30_osx-x64_bin.tar.gz
36+
jpackageDownload: https://download.java.net/java/early_access/jdk14/34/GPL/openjdk-14-ea+34_osx-x64_bin.tar.gz
3737
jdk14Path: /jdk-14.jdk/Contents/Home
3838
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
3939

0 commit comments

Comments
 (0)