Skip to content

v0.7.3-alpha

Choose a tag to compare

@github-actions github-actions released this 29 Oct 18:37

πŸš€

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 compile and also remove ones that have optional=true.
  • We now support profiles these are defined in the grind.yml and 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:

image