Skip to content

Commit

Permalink
try removing java version flags
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhee17 committed Aug 10, 2023
1 parent e05b936 commit 5b62ed3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ jobs:
-Dscan.tag.exp5 \
-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 }}
shell: bash
Expand Down

0 comments on commit 5b62ed3

Please sign in to comment.