swaggerhub-gradle-plugin icon indicating copy to clipboard operation
swaggerhub-gradle-plugin copied to clipboard

Gradle plugin for SwaggerHub

Results 6 swaggerhub-gradle-plugin issues
Sort by recently updated
recently updated
newest added

Hey, when using the plugin, I looked at https://github.com/swagger-api/swaggerhub-gradle-plugin/pull/5/files. the AOS version is not recognized as expected even though the JSON file starts {"openapi":"3.0.1", swaggerhubUpload { api 'xxx' owner 'xxx'...

I wanted to use the plugin to push our api schema to SwaggerHub. This is done automatically within a Jenkins build pipeline. In addition to pushing, I also want to...

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' }...

https://github.com/swagger-api/swaggerhub-gradle-plugin/blob/2d32c3777083af4b2269c60b624f8ff82150e5d4/src/main/java/io/swagger/swaggerhub/tasks/DownloadTask.java#L83-L87 These changes are not released in a new version of the gradle plugin, and therefore are incompatible with newer versions of gradle, complaining about field incorrectly marked as `@Optional`...

We currently evaluate integration of swagger hub into our gradle build. The default examples fail with similar issues as in #10 with recent gradle versions. According PR (#11 ) closed...

Hello. Our company uses the on-premise solution for SwaggerHub. In addition to the host, we also have a "versioning" path segment. (i.e, https://swaggerhub.mgt.{compName}.com/v1/apis/...}. Looking at the source code for this...