Laurent Michel
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Laurent Michel created a post, How can I parse a configuration parameter in kotlin dsl?
I would like to define a new environment variable in my kotlin dsl like this: project { params { param("env.MY_NEW_ENV_VAR", compute_env_var_value()) } [...]} I would like the compute_env_var...