We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When debugging a function using IDEA it is not possible to get resources from the classpath. e.g. application.properties
application.properties
I paused the debugger and found a jar in /tmp/azure-functions10656607994858773786/.
/tmp/azure-functions10656607994858773786/
When I unzipped the jar it only contained compiled classes and none of the resource files.
When I run the gradle task the resources are in the jar.
When I run the compile task from idea the files are in the out/production/resources directory as expected.
How are you creating the jar for debugging and why are you excluding the resource files?
The text was updated successfully, but these errors were encountered:
@opticyclic Thanks a lot for your report, @andxu Could you please investigate this issue?
Sorry, something went wrong.
See also this related issue #5038
Fixed in #6225
andxu
No branches or pull requests
When debugging a function using IDEA it is not possible to get resources from the classpath. e.g.
application.properties
I paused the debugger and found a jar in
/tmp/azure-functions10656607994858773786/
.When I unzipped the jar it only contained compiled classes and none of the resource files.
When I run the gradle task the resources are in the jar.
When I run the compile task from idea the files are in the out/production/resources directory as expected.
How are you creating the jar for debugging and why are you excluding the resource files?
The text was updated successfully, but these errors were encountered: