mpolonio
Results
1
issues of
mpolonio
This configuration does not work for me: customBootRun { args.set(["--spring.profiles.active=special"]) } But after analysing plugin code I came up with this solution that actually works: customBootRun { environment['SPRING_PROFILES_ACTIVE'] = 'local'...