Skip to content

Gradle plugin is not uploading #10

@rajeshkommuri

Description

@rajeshkommuri

Hi Team,
Here the below plugin added in my build.gradle:

plugins {
id "io.swagger.swaggerhub" version "1.0.1"
}

swaggerhubUpload {
api 'PetStoreAPI'
owner 'rajeshkommuri'
version '1.0.1-SNAPSHOT'
inputFile 'target/petStoreAPI.json'
token 'XXXXXXXX'

}

We ran this in JDK8 and JDK11,

JSON file is getting generated using java code.

It is not giving any error when we ran with gradle 6.X and not uploading anything as well.

It is giving the below error message when we ran with Gradle 7.0

A problem was found with the configuration of task ':swaggerhubUpload' (type 'UploadTask').

Please help us to resolve this issue as it is a critical issue for us.

Thanks in Advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions