Skip to content

Commit ab02d15

Browse files
committed
Merge branch 'revert-14033-gradlew-update-9.1.0' into add-cites-citing
2 parents 403910e + 8145932 commit ab02d15

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.github/workflows/binaries.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,10 @@ jobs:
288288
- name: Build runtime image and installer
289289
shell: bash
290290
run: ./gradlew -i -PprojVersion="${{ steps.gitversion.outputs.AssemblySemVer }}" -PprojVersionInfo="${{ steps.gitversion.outputs.InformationalVersion }}" :jabgui:jpackage
291+
- name: Smoke test JabGui
292+
shell: bash
293+
run: |
294+
./gradlew :jabgui:run --args="--help"
291295
- name: Package JabGui application image
292296
shell: bash
293297
run: |
@@ -311,9 +315,18 @@ jobs:
311315
rm debian-binary control.tar.* data.tar.*
312316
mv -f jabref_${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}${{ matrix.suffix }}${{ matrix.archForDebianRepack }}_repackaged.deb jabref_${{ steps.gitversion.outputs.Major }}.${{ steps.gitversion.outputs.Minor }}${{ matrix.suffix }}.deb
313317
318+
- name: Smoke test JabSrv-CLI
319+
shell: bash
320+
run: |
321+
./gradlew :jabsrv-cli:run --args="--help"
322+
314323
- name: Build JabKit
315324
shell: bash
316325
run: ./gradlew -i -PprojVersion="${{ steps.gitversion.outputs.AssemblySemVer }}" -PprojVersionInfo="${{ steps.gitversion.outputs.InformationalVersion }}" :jabkit:jpackage
326+
- name: Smoke test JabKit
327+
shell: bash
328+
run: |
329+
./gradlew :jabkit:run --args="--help"
317330
- name: Package JabKit application image
318331
shell: bash
319332
run: |
@@ -323,6 +336,10 @@ jobs:
323336
- name: Build JabLS-CLI
324337
shell: bash
325338
run: ./gradlew -i -PprojVersion="${{ steps.gitversion.outputs.AssemblySemVer }}" -PprojVersionInfo="${{ steps.gitversion.outputs.InformationalVersion }}" :jabls-cli:jpackage
339+
- name: Smoke test JabLs-CLI
340+
shell: bash
341+
run: |
342+
./gradlew :jabls-cli:run --args="--help"
326343
- name: Package JabLS-CLI application image
327344
shell: bash
328345
run: |
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionSha256Sum=df67a32e86e3276d011735facb1535f64d0d88df84fa87521e90becc2d735444
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
3+
distributionUrl=https\://files.jabref.org/gradle-9.3.0-jabref-1-bin.zip
54
networkTimeout=10000
6-
validateDistributionUrl=true
5+
validateDistributionUrl=false
76
zipStoreBase=GRADLE_USER_HOME
87
zipStorePath=wrapper/dists

gradlew

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)