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

Gradle plugin is not uploading #10

Open
rajeshkommuri opened this issue May 4, 2021 · 2 comments
Open

Gradle plugin is not uploading #10

rajeshkommuri opened this issue May 4, 2021 · 2 comments

Comments

@rajeshkommuri
Copy link

rajeshkommuri commented May 4, 2021

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.

@divivitaly
Copy link

PR is here
#11

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

3 participants
@rajeshkommuri @divivitaly and others