Skip to content

Conversation

@pierrickrouxel
Copy link

@pierrickrouxel pierrickrouxel commented Nov 3, 2023

Changes

  • Allow to use .env files with plugin https://github.com/uzzu/dotenv-gradle
  • Fix multiple env var replacement in string (ex: url: "jdbc:sqlserver://${DATABASE_HOST};trustServerCertificate=true;database=${DATABASE_DATABASE}")

Description

The JDK doesn't offer solution to change env vars after start. We use a gradle plugin to load environment variables from .env file. To use this feature with another plugin we should to have an option to pass variables manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant