You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update `AbstractGraalVMMavenFunctionalTest` web server setup to
use real paths. Prior to this commit, when running the functional
tests on MacOS the web server would not serve the `target/repo.zip`
file. This is due to the fact that the temp folder on MacOS can
be a symlink which by default Jetty will not serve. Switching
the resource base to the real folder fixes the problem.
Copy file name to clipboardExpand all lines: native-maven-plugin/src/testFixtures/groovy/org/graalvm/buildtools/maven/AbstractGraalVMMavenFunctionalTest.groovy
0 commit comments