Skip to content

Commit db567f5

Browse files
Added some comments
1 parent 47b7762 commit db567f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ ubuntu-latest, windows-latest, macos-13 ]
21+
os: [ ubuntu-latest, windows-latest, macos-13 ] # pin macos to latest x64 image
2222
steps:
2323
- name: Checkout code changes
2424
uses: actions/checkout@v4

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ shadowJar {
9595
}
9696

9797
runtime {
98-
options = ['--strip-debug', '--no-header-files', '--no-man-pages', '--compress', 'zip-9']
98+
options = ['--strip-debug', '--no-header-files', '--no-man-pages'] // don't compress jre because final docker image will be larger
9999
modules = ['java.desktop', 'java.instrument', 'java.naming', 'java.sql', 'jdk.crypto.ec', 'jdk.unsupported']
100100
}
101101

0 commit comments

Comments
 (0)