You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2023. It is now read-only.
PS i spend 2 days to do this. my first approach is to use sourcesets and put application.properties there. but i discover that gradle java plugin make jar only for main source set. why?
in profiles.gradle your first approach works only for bootRun task and not for build task.
any way to do for build ?
the second approach works but is a little deprecated
PS i spend 2 days to do this. my first approach is to use sourcesets and put application.properties there. but i discover that gradle java plugin make jar only for main source set. why?