Skip to content

Commit 22173da

Browse files
committed
Revert "Update JDK14 from 34 to Build 36 (2020/2/6) - Release Candidate"
This reverts commit fd08f8d.
1 parent 3ac6331 commit 22173da

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
@@ -24,17 +24,17 @@ jobs:
2424
include:
2525
- os: ubuntu-latest
2626
displayName: linux
27-
jpackageDownload: https://download.java.net/java/GA/jdk14/076bab302c7b4508975440c56f6cc26a/36/GPL/openjdk-14_linux-x64_bin.tar.gz
27+
jpackageDownload: https://download.java.net/java/early_access/jdk14/34/GPL/openjdk-14-ea+34_linux-x64_bin.tar.gz
2828
jdk14Path: /jdk-14
2929
archivePortable: tar -c -C build/distribution JabRef | pigz --rsyncable > build/distribution/JabRef-portable_linux.tar.gz && rm -R build/distribution/JabRef
3030
- os: windows-latest
3131
displayName: windows
32-
jpackageDownload: https://download.java.net/java/GA/jdk14/076bab302c7b4508975440c56f6cc26a/36/GPL/openjdk-14_windows-x64_bin.zip
32+
jpackageDownload: https://download.java.net/java/early_access/jdk14/34/GPL/openjdk-14-ea+34_windows-x64_bin.zip
3333
jdk14Path: /jdk-14
3434
archivePortable: 7z a -r build/distribution/JabRef-portable_windows.zip ./build/distribution/JabRef && rm -R build/distribution/JabRef
3535
- os: macOS-latest
3636
displayName: macOS
37-
jpackageDownload: https://download.java.net/java/GA/jdk14/076bab302c7b4508975440c56f6cc26a/36/GPL/openjdk-14_osx-x64_bin.tar.gz
37+
jpackageDownload: https://download.java.net/java/early_access/jdk14/34/GPL/openjdk-14-ea+34_osx-x64_bin.tar.gz
3838
jdk14Path: /jdk-14.jdk/Contents/Home
3939
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
4040

0 commit comments

Comments
 (0)