Hi folks! we are really eager to hear your thoughts on the new approach to define the project root and the list of modules explicitly by
project.yaml
file. You can read details in the documentation and the reference.
Give it a try and share how it looks and feels. What works smoothly for you? where do you experience friction?, etc
Thanks!
l
louiscad
08/09/2024, 11:13 AM
I think explicit wins, and I guess it's faster because there's no need to walk all the subdirectories anymore to find projects. It also makes it easier to disable a module, I like it.
Also, I think the name "project" is much better than Gradle's "settings".
🙏 2
👍 3
same 1
👍🏾 1
c
christophsturm
08/09/2024, 12:41 PM
reminds me of pnpms workspace file, I like it
s
Sergey Aldoukhov
08/09/2024, 4:48 PM
There is an example for standalone but nothing in gradle examples. Does it work the same for gradle? I have tried to convert my amper 0.2 and all gradle tasks disappeared from the IDE. Creating project.yaml did not bring them back…