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
This leads to the fact that the gradle plug-in under test (not being in gradle cache yet, because it is just being built and tested) is not in the classpath of the nebula test of the plug-in...
The text was updated successfully, but these errors were encountered:
reinholdfuereder
changed the title
Default classpath filtering from #49 unintentionally filters user (cwd) class path due to 2 little bugs
Default classpath filtering from #49 unintentionally filters user (cwd) class path due to 2 little bugs (on Windows)
Aug 6, 2015
This leads to the fact that the gradle plug-in under test (not being in gradle cache yet, because it is just being built and tested) is not in the classpath of the nebula test of the plug-in...
Current code in GradleRunner:
Debug logs show the problem right away:
Thus, it does not work on Windows, because of:
url.path
(It seems to be okay on Mac.)
The solution seems to be changing the return statement check of the
GradleRunner.CLASSPATH_USER_DIR
predicate like this for example:The text was updated successfully, but these errors were encountered: