Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix the anchor platform docker env vars and upgrade Gradle build to 8.2.1 #181

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/integration.anchorPlatformTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ jobs:
repository: stellar/java-stellar-anchor-sdk
- name: Build docker
run:
docker build --build-arg BASE_IMAGE=gradle:7.6.4-jdk17 -t
docker build --build-arg BASE_IMAGE=gradle:8.2.1-jdk17 -t
anchor-platform:local ./
- name: Run docker
env:
TEST_PROFILE_NAME: default
run:
docker compose -f
service-runner/src/main/resources/docker-compose.yaml up -d
Expand Down
Loading