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 project has a simple Micronaut HelloWorld controller.
Once I run ./gradlew build azureWebappDeploy
The task fails with the following error message
> Task :azureWebappDeploy FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':azureWebappDeploy'.
> okhttp3.Cookie.toString(Z)Ljava/lang/String;
The text was updated successfully, but these errors were encountered:
I have the following settings in my build.gradle
This project has a simple Micronaut HelloWorld controller.
Once I run
./gradlew build azureWebappDeploy
The task fails with the following error message
The text was updated successfully, but these errors were encountered: