Commit 22173da 1 parent 3ac6331 commit 22173da Copy full SHA for 22173da
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,17 @@ jobs:
24
24
include :
25
25
- os : ubuntu-latest
26
26
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
28
28
jdk14Path : /jdk-14
29
29
archivePortable : tar -c -C build/distribution JabRef | pigz --rsyncable > build/distribution/JabRef-portable_linux.tar.gz && rm -R build/distribution/JabRef
30
30
- os : windows-latest
31
31
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
33
33
jdk14Path : /jdk-14
34
34
archivePortable : 7z a -r build/distribution/JabRef-portable_windows.zip ./build/distribution/JabRef && rm -R build/distribution/JabRef
35
35
- os : macOS-latest
36
36
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
38
38
jdk14Path : /jdk-14.jdk/Contents/Home
39
39
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
40
40
You can’t perform that action at this time.
0 commit comments