Skip to content
New issue

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

:azureWebappDeploy task fails even after successfully uploading the Jar #33

Open
sapanparikh18 opened this issue Aug 4, 2020 · 0 comments

Comments

@sapanparikh18
Copy link

I have the following settings in my build.gradle

azureWebApp {
    resourceGroup = 'cats2'
    appName = "cats2"
    appService = {
        type = 'linux'
        javaVersion = '1.8'
        runtimeStack = 'jre8'
    }
    authentication = {
        type = 'azurecli'
    }
    deployment = {
        type = 'jar'
        jarFile = file('build/libs/azureGradle-0.1-all.jar')
    }
}

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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant