File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5454 tag_name : " dev-${{ steps.versionPropertyValue.outputs.propVal }}"
5555
5656 - name : Build and Publish
57- run : ./gradlew kmmBridgePublish -PNATIVE_BUILD_TYPE=DEBUG -PGITHUB_ARTIFACT_RELEASE_ID=${{ steps.devrelease.outputs.id }} -PGITHUB_ARTIFACT_IDENTIFIER_NAME=${{ steps.trimcommit.outputs.short }} -PGITHUB_PUBLISH_TOKEN=${{ secrets.GITHUB_TOKEN }} -PGITHUB_REPO=${{ github.repository }} --no-configuration-cache --no-daemon --info --stacktrace
57+ run : |
58+ ./gradlew \
59+ :openai-client:openai-client-darwin:kmmBridgePublish \
60+ :anthropic-client:anthropic-client-darwin:kmmBridgePublish \
61+ :gemini-client:gemini-client-darwin:kmmBridgePublish \
62+ :ollama-client:ollama-client-darwin:kmmBridgePublish \
63+ :openai-gateway:openai-gateway-darwin:kmmBridgePublish \
64+ -PNATIVE_BUILD_TYPE=DEBUG \
65+ -PGITHUB_ARTIFACT_RELEASE_ID=${{ steps.devrelease.outputs.id }} \
66+ -PGITHUB_ARTIFACT_IDENTIFIER_NAME=${{ steps.trimcommit.outputs.short }} \
67+ -PGITHUB_PUBLISH_TOKEN=${{ secrets.GITHUB_TOKEN }} \
68+ -PGITHUB_REPO=${{ github.repository }} \
69+ --no-configuration-cache --no-daemon --info --stacktrace
5870 env :
5971 GRADLE_OPTS : -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m"
6072
Original file line number Diff line number Diff line change 5050 tag_name : ${{ steps.versionPropertyValue.outputs.propVal }}
5151
5252 - name : Build and Publish
53- run : ./gradlew kmmBridgePublish -PGITHUB_ARTIFACT_RELEASE_ID=${{ steps.devrelease.outputs.id }} -PGITHUB_PUBLISH_TOKEN=${{ secrets.GITHUB_TOKEN }} -PGITHUB_REPO=${{ github.repository }} --no-configuration-cache --no-daemon --info --stacktrace
53+ run : |
54+ ./gradlew \
55+ :openai-client:openai-client-darwin:kmmBridgePublish \
56+ :anthropic-client:anthropic-client-darwin:kmmBridgePublish \
57+ :gemini-client:gemini-client-darwin:kmmBridgePublish \
58+ :ollama-client:ollama-client-darwin:kmmBridgePublish \
59+ :openai-gateway:openai-gateway-darwin:kmmBridgePublish \
60+ -PGITHUB_ARTIFACT_RELEASE_ID=${{ steps.devrelease.outputs.id }} \
61+ -PGITHUB_PUBLISH_TOKEN=${{ secrets.GITHUB_TOKEN }} \
62+ -PGITHUB_REPO=${{ github.repository }} \
63+ --no-configuration-cache --no-daemon --info --stacktrace
5464 env :
5565 GRADLE_OPTS : -Dkotlin.incremental=false -Dorg.gradle.jvmargs="-Xmx3g -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=512m"
5666
You can’t perform that action at this time.
0 commit comments