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 70672f2 commit adeb4bbCopy full SHA for adeb4bb
.github/workflows/artifact-size-metrics.yml
@@ -53,9 +53,9 @@ jobs:
53
role-to-assume: ${{ secrets.CI_AWS_ROLE_ARN }}
54
aws-region: us-west-2
55
- name: Generate Artifact Size Metrics
56
- run: ./gradlew artifactSizeMetrics
+ run: ./gradlew -Paws.kotlin.native=false artifactSizeMetrics
57
- name: Analyze Artifact Size Metrics
58
- run: ./gradlew analyzeArtifactSizeMetrics
+ run: ./gradlew -Paws.kotlin.native=false analyzeArtifactSizeMetrics
59
- name: Show Results
60
uses: actions/github-script@v7
61
with:
0 commit comments