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
I'm aware of #177 (mostly Maven and mostly generated java code), but my problem seems simpler, even if it ends up being related. There's a reproducer here: https://github.com/scratches/gradle-custom-resource. It builds fine on the command line but the test fails in VSCode because the custom resource is not on the classpath.
The text was updated successfully, but these errors were encountered:
I fixed it with some help from someone who knows Gradle better. The reproducer now works (no failures) if anyone wants to see the right way to do it (use sourceSets and don't put custom resources in build/tmp).
I'm aware of #177 (mostly Maven and mostly generated java code), but my problem seems simpler, even if it ends up being related. There's a reproducer here: https://github.com/scratches/gradle-custom-resource. It builds fine on the command line but the test fails in VSCode because the custom resource is not on the classpath.
The text was updated successfully, but these errors were encountered: