sboorlagadda commented on code in PR #117:
URL: https://github.com/apache/geode-examples/pull/117#discussion_r2600899025


##########
.github/workflows/gradle.yml:
##########
@@ -40,8 +40,8 @@ jobs:
       uses: actions/setup-java@v3
       with:
         distribution: ${{ matrix.distribution }}
-        java-version: '8'
+        java-version: '17'
     - name: Run All
       uses: gradle/gradle-build-action@v2
       with:
-        arguments: runAll --console=plain --no-daemon
\ No newline at end of file
+        arguments: runAll 
-PgeodeRepositoryUrl=https://repository.apache.org/content/repositories/orgapachegeode-1146
 --console=plain --no-daemon

Review Comment:
   But I see you already updated to 2.1.0 last week with this commit #2a1186e
   
   So you want this update to 2.0.0 RC so that people can verify examples work 
(part of the release check) and then go back to 2.1.0?



-- 
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