Skip to content

Commit

Permalink
GEODE-10288: Fix property assignment syntax (apache#7678)
Browse files Browse the repository at this point in the history
  • Loading branch information
demery-pivotal authored and davebarnes97 committed Feb 28, 2023
1 parent e7997fe commit c15e1bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ci/scripts/execute_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,9 @@ GRADLE_ARGS=" \
-PcompileJVMVer=${JAVA_BUILD_VERSION} \
-PtestJVM=${JAVA_TEST_PATH} \
-PtestJVMVer=${JAVA_TEST_VERSION} \
-PtestJava8Home${TEST_JAVA_8_HOME} \
-PtestJava11Home${TEST_JAVA_11_HOME} \
-PtestJava17Home${TEST_JAVA_17_HOME} \
-PtestJava8Home=${TEST_JAVA_8_HOME} \
-PtestJava11Home=${TEST_JAVA_11_HOME} \
-PtestJava17Home=${TEST_JAVA_17_HOME} \
${PARALLEL_DUNIT} \
${DUNIT_PARALLEL_FORKS} \
${DEFAULT_GRADLE_TASK_OPTIONS} \
Expand Down

0 comments on commit c15e1bd

Please sign in to comment.