gemini-code-assist[bot] commented on code in PR #38625:
URL: https://github.com/apache/beam/pull/38625#discussion_r3296207809


##########
.github/actions/setup-environment-action/action.yml:
##########
@@ -75,11 +75,6 @@ runs:
       with:
         distribution: 'temurin'
         java-version: ${{ inputs.java-version == 'default' && '11' || 
inputs.java-version }}
-    - name: Setup Gradle
-      uses: 
gradle/actions/setup-gradle@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # v5
-      with:
-        cache-disabled: ${{ inputs.disable-cache }}

Review Comment:
   ![medium](https://www.gstatic.com/codereviewagent/medium-priority.svg)
   
   The `disable-cache` input appears to have been primarily used by the `Setup 
Gradle` step. Since this step is being removed, the input should also be 
removed from the `inputs` section of this composite action to avoid maintaining 
unused parameters and to keep the action interface clean.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to