Skip to content

Commit

Permalink
Update dart workflow java version to 11 (#15660)
Browse files Browse the repository at this point in the history
* update dart workflow java version

* add clean

* trigger build
  • Loading branch information
wing328 committed May 28, 2023
1 parent 7fc23dd commit f793d62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run-samples/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ inputs:
runs:
using: "composite"
steps:
- run: mvn --no-snapshot-updates --batch-mode --quiet ${{ inputs.goal }} -P${{ inputs.name }} -Dintegration-test -Dmaven.javadoc.skip=true ${{ inputs.args }}
shell: bash
- run: mvn clean --no-snapshot-updates --batch-mode --quiet ${{ inputs.goal }} -P${{ inputs.name }} -Dintegration-test -Dmaven.javadoc.skip=true ${{ inputs.args }}
shell: bash
2 changes: 1 addition & 1 deletion .github/workflows/samples-dart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 8
java-version: 11
- name: Cache maven dependencies
uses: actions/cache@v3
env:
Expand Down
1 change: 1 addition & 0 deletions samples/openapi3/client/petstore/dart-dio/oneof/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@
</plugins>
</build>
</project>

0 comments on commit f793d62

Please sign in to comment.