Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use maven local repository for GraalVM dependencies in gradle tests
Quarkus already instructs gradle to use the local maven repositories for io.quarkus.* artifacts. This sed command adds org.graal.* artifacts to the include pattern so that we can test locally built and installed GraalVM/Mandrel artifacts.
- Loading branch information