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 9a76821 commit b32e867Copy full SHA for b32e867
.github/workflows/build.yaml
@@ -16,19 +16,6 @@ permissions:
16
pull-requests: write
17
contents: write
18
jobs:
19
- linux-x86_64:
20
- runs-on: ubuntu-22.04
21
- steps:
22
- - uses: silenium-dev/actions/jni-natives/ubuntu@main
23
- with:
24
- gradle-cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
25
- snapshot-repo-url: "https://reposilite.silenium.dev/snapshots"
26
- release-repo-url: "https://reposilite.silenium.dev/releases"
27
- repo-username: ${{ secrets.REPOSILITE_USERNAME }}
28
- repo-password: ${{ secrets.REPOSILITE_PASSWORD }}
29
- tests: false
30
- java-version: 11
31
- platform: ${{ github.job }}
32
kotlin:
33
runs-on: ubuntu-22.04
34
steps:
0 commit comments