Closed chainhead closed 2 years ago
Just add "cache: 'maven'" to the setup-graalvm entry in your yml, it works the same way: https://github.com/graalvm/setup-graalvm#options
Also, I'm not sure you need the clean task, considering there should not be anything on the worker that needs cleaning.
Please let us know if you have any further questions!
How is Maven caching set-up when setting up GraalVM?
As per documentation, the following is an option to cache Maven dependencies.
My Maven command is
mvn clean package -Pnative
, btw.What is the equivalent way to cache Maven when setting up GraalVM?