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 25d3710 commit c12a61aCopy full SHA for c12a61a
.github/workflows/build.yaml
@@ -29,6 +29,19 @@ jobs:
29
tests: false
30
java-version: 17
31
platform: ${{ github.job }}
32
+ windows-x86_64:
33
+ runs-on: windows-latest
34
+ steps:
35
+ - uses: silenium-dev/actions/jni-natives/windows@main
36
+ with:
37
+ gradle-cache-encryption-key: ${{ secrets.GRADLE_CACHE_ENCRYPTION_KEY }}
38
+ snapshot-repo-url: "https://reposilite.silenium.dev/snapshots"
39
+ release-repo-url: "https://reposilite.silenium.dev/releases"
40
+ repo-username: ${{ secrets.REPOSILITE_USERNAME }}
41
+ repo-password: ${{ secrets.REPOSILITE_PASSWORD }}
42
+ tests: false
43
+ java-version: 17
44
+ platform: ${{ github.job }}
45
kotlin:
46
runs-on: ubuntu-22.04
47
steps:
0 commit comments