Skip to content

Commit ceb3d8e

Browse files
committed
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.
1 parent f238523 commit ceb3d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
- name: Run All
4545
uses: gradle/gradle-build-action@v2
4646
with:
47-
arguments: runAll --console=plain --no-daemon
47+
arguments: runAll -PgeodeRepositoryUrl=https://repository.apache.org/content/repositories/orgapachegeode-1146 --console=plain --no-daemon

0 commit comments

Comments
 (0)