ashald / EnvFile

EnvFile 3.x is a plugin for JetBrains IDEs that allows you to set environment variables for your run configurations from one or multiple files.
MIT License
535 stars 126 forks source link

on reload gradle projects env files are not loaded #149

Open volkerrichert opened 2 years ago

volkerrichert commented 2 years ago

If you reload all gradle projects no additional files are loaded. I try to configure one in the gradle template, but this doesn't work

ashald commented 2 years ago

I don't understand your issue - could you describe it in more details please?

volkerrichert commented 2 years ago

If you change build.gradle, IntelliJ ask to reload the changes (small elephant). My buildfile uses an env var to access a private repository. the token is stored in a env file. This isn't loaded during refresh.

volkerrichert commented 2 years ago

The tab is called "Sync" inside the IDE.