We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628ff9e commit 734c830Copy full SHA for 734c830
.github/workflows/ci.yml
@@ -14,10 +14,6 @@ concurrency:
14
env:
15
RUN: ${{ github.run_id }}-${{ github.run_number }}
16
GRADLE_OPTS: "-Dorg.gradle.daemon=false -Dkotlin.incremental=false"
17
- # generated dockcross scripts default to `podman` when installed which
18
- # has issues when building with docker then executing via dockcross script which
19
- # picks up `podman` instead.
20
- OCI_EXE: docker
21
22
jobs:
23
jvm:
0 commit comments