v0.7.3-alpha
π
In this release some excellent progress!
- The effectivePom resolution has been fixed so we're not downloading an excessive amount of dependencies, previously when using against the Pet Clinic Demo, we were downloading 856 dependencies but now we're downloading 100. We filter out for only
compileand also remove ones that haveoptional=true. - We now support
profilesthese are defined in thegrind.ymland each profile can now define custom compiler flags as well as environment variables - When running a project we now use streaming I/O to show the console output in real time
Here is a screen shot of the latest grind successfully compiling and running the "Pet Clinic" demo:
