Add staging repository URL to CI workflow Configure GitHub Actions to use orgapachegeode-1146 staging repository via -PgeodeRepositoryUrl parameter. Geode 2.0.0 is currently in release candidate phase and not yet publicly available in Maven Central.
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 7952d23..b824411 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml
@@ -44,4 +44,4 @@ - 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 \ No newline at end of file