File tree 1 file changed +2
-5
lines changed
1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 26
26
IEEEAPIKey : ${{ secrets.IEEEAPIKey }}
27
27
BiodiversityHeritageApiKey : ${{ secrets.BiodiversityHeritageApiKey}}
28
28
OSXCERT : ${{ secrets.OSX_SIGNING_CERT }}
29
- GRADLE_OPTS : -Xmx4g -Dorg.gradle.daemon=false -Dorg.gradle. vfs.watch=false
29
+ GRADLE_OPTS : -Xmx4g -Dorg.gradle.vfs.watch=false
30
30
JAVA_OPTS : -Xmx4g
31
- JDK21 : " "
32
31
33
32
concurrency :
34
33
group : " ${{ github.workflow }}-${{ github.head_ref || github.ref }}"
@@ -44,14 +43,11 @@ jobs:
44
43
- os : ubuntu-latest
45
44
displayName : linux
46
45
archivePortable : tar -c -C build/distribution JabRef | pigz --rsyncable > build/distribution/JabRef-portable_linux.tar.gz && rm -R build/distribution/JabRef
47
- eaJdk : https://files.jabref.org/jdks/jdk-linux-x64.tar.gz
48
46
- os : windows-latest
49
47
displayName : windows
50
48
archivePortable : 7z a -r build/distribution/JabRef-portable_windows.zip ./build/distribution/JabRef && rm -R build/distribution/JabRef
51
- eaJDK : https://files.jabref.org/jdks/jdk-windows-x64.zip
52
49
- os : macos-latest
53
50
displayName : macOS
54
- eaJDK : https://files.jabref.org/jdks/jdk-macos-x64.tar.gz
55
51
runs-on : ${{ matrix.os }}
56
52
outputs :
57
53
major : ${{ steps.gitversion.outputs.Major }}
97
93
- name : Setup Gradle
98
94
uses : gradle/actions/setup-gradle@v3
99
95
- name : Prepare merged jars and modules dir (macOS)
96
+ # prepareModulesDir is executing a build, which should run through even if no upload to builds.jabref.org is made
100
97
if : (matrix.os == 'macos-latest') || (steps.checksecrets.outputs.secretspresent == 'NO')
101
98
run : ./gradlew -i -PprojVersion="${{ steps.gitversion.outputs.AssemblySemVer }}" -PprojVersionInfo="${{ steps.gitversion.outputs.InformationalVersion }}" prepareModulesDir
102
99
- name : Setup macOS key chain
You can’t perform that action at this time.
0 commit comments