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
It works changing this dependency from provided to compile
It works adding this dependency to azure-functions-maven-plugin
with <azure.functions.maven.plugin.dependency.java.library.version>3.1.0</azure.functions.maven.plugin.dependency.java.library.version> added to pom properties
I am seeing the same issue with the sample project when including Azure Functions.
Steps To Reproduce
Download the example project from the [guide](https://guides.micronaut.io/latest/micronaut-azure-http-functions-maven-java.html)
Run ./mvnw clean package azure-functions:run
Environment Information
macOS: Sonoma 14.0
JDK 17
azure-functions-core-tools@4 installed by Homebrew
Expected Behavior
Complete
package
goalActual Behaviour
Fail
package
goalSteps To Reproduce
./mvnw clean package azure-functions:run
Environment Information
Example Application
Example project
Version
4.5.0
The text was updated successfully, but these errors were encountered: