Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed May 13, 2023
1 parent 860de7a commit b818bab
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/ci-kotlin-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,7 @@ jobs:
- name: Compile sources
uses: gradle/gradle-build-action@v2
with:
arguments: build --scan --continue -Pkotlin.experimental.tryK2=${{ matrix.k2 }} -Pskip.test -Pskip.link

- name: Publish to Maven Local (compile intermediate source sets)
uses: gradle/gradle-build-action@v2
with:
arguments: publishToMavenLocal -Pkotlin.experimental.tryK2=${{ matrix.k2 }} --scan --continue

- name: Build rsocket-core
uses: gradle/gradle-build-action@v2
with:
arguments: rsocket-core:build --scan --continue -Pkotlin.experimental.tryK2=${{ matrix.k2 }}
arguments: build publishToMavenLocal --scan --continue -Pkotlin.experimental.tryK2=${{ matrix.k2 }} -Pskip.test -Pskip.link

- name: Link native binaries
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit b818bab

Please sign in to comment.