Skip to content

Commit

Permalink
remove flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Aug 4, 2023
1 parent f7881bf commit c67fec2
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,8 @@ jobs:

- name: Build with Gradle
run: |
./gradlew --no-daemon --stacktrace clean build \
${{ (matrix.on == 'self-hosted') && '--max-workers=8' || '--max-workers=2' }} --parallel \
${{ matrix.coverage && '-Pcoverage' || '' }} \
${{ matrix.leak && '-Pleak' || '' }} \
${{ matrix.blockhound && '-Pblockhound' || '' }} \
-Dscan.tag.exp5 \
-PflakyTests=false \
-Pretry=true \
-PbuildJdkVersion=${{ env.BUILD_JDK_VERSION }} \
-PtestJavaVersion=${{ matrix.java }} \
${{ matrix.min-java && format('-PminimumJavaVersion={0}', matrix.min-java) || '' }} \
-Porg.gradle.java.installations.paths=${{ steps.setup-build-jdk.outputs.path }},${{ steps.setup-jdk.outputs.path }}
./gradlew --no-daemon --stacktrace clean build --parallel \
-Dscan.tag.exp5 -Pretry=true
shell: bash

- if: ${{ matrix.snapshot && github.ref_name == 'main' }}
Expand Down

0 comments on commit c67fec2

Please sign in to comment.