stellar / java-stellar-anchor-sdk

Java SDK for the Stellar network anchor development.
Apache License 2.0
36 stars 33 forks source link

[ANCHOR-756] Upgrade docker-compose-rule and require DOCKER_LOCATION and DOCKER_COMPOSE_RULE system env #1457

Closed lijamie98 closed 2 months ago

lijamie98 commented 2 months ago

Description

In JDK17, the ProcessEnvironment.theEnvironment was set to static final which does not allow us to set DOCKER_LOCATION and DOCKER_COMPOSE_LOCATION on Windows.

To fix:

Context

Testing

Documentation

NA

Known limitations

NA