-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build.sc/mill and shoconConcat #47
Comments
Hi @larsjaas ! WDYT? |
Yeah, I doubt it's very difficult, just wondered if I had overlooked a ready-made solution. I'll see what I figure out as I get more familiar with mill, and follow up in this thread if I produce anything that would be of interest to others. |
great, thanks! 👍 |
Made some progress. Got a working 'shoconConcat' target task hooked up, and I'm able to read config values in my project (didn't find the typesafe shim mentioned in the readme, but Config.fromFile() covered my needs). I still need to inject the task as a compile/run-dependency, and preferably also not have to specify the mill-specific full path of the generated shocon.conf file when reading the file. |
Great to hear! |
I've ditched sbt for mill. I'm now wondering how to use shocon in a project, the shoconConcat-task in particular. Is mill supported? Will I need to keep a build.sbt file around for that purpose?
The text was updated successfully, but these errors were encountered: