We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39825e4 commit 0f6b7ccCopy full SHA for 0f6b7cc
.github/workflows/tests.yml
@@ -48,7 +48,7 @@ jobs:
48
- name: Conveyor - compute JDK module list
49
uses: hydraulic-software/conveyor/actions/[email protected]
50
with:
51
- command: -Kapp.machines=mac.aarch64 make processed-jars
+ command: -f conveyor.detect.conf -Kapp.machines=mac.aarch64 make processed-jars
52
signing_key: ${{ secrets.CONVEYOR_SIGNING_KEY }}
53
agree_to_license: 1
54
conveyor.detect.conf
@@ -0,0 +1,3 @@
1
+include required("conveyor.conf")
2
+
3
+app.jvm.modules = detect
0 commit comments