Skip to content

Initial attempt at deploying to gradle plugin portal#2440

Merged
wing328 merged 1 commit intomasterfrom
gradle-plugin-portal
Mar 19, 2019
Merged

Initial attempt at deploying to gradle plugin portal#2440
wing328 merged 1 commit intomasterfrom
gradle-plugin-portal

Conversation

@jimschubert
Copy link
Member

@jimschubert jimschubert commented Mar 19, 2019

PR checklist

  • Read the contribution guidelines.
  • Ran the shell script under ./bin/ to update Petstore sample so that CIs can verify the change. (For instance, only need to run ./bin/{LANG}-petstore.sh, ./bin/openapi3/{LANG}-petstore.sh if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in .\bin\windows\.
  • Filed the PR against the correct branch: master, 3.4.x, 4.0.x. Default: master.
  • Copied the technical committee to review the pull request if your PR is targeting a particular programming language.

Description of the PR

This is an attempt at publishing the gradle plugin to the gradle plugin portal.
I've attempted a publish locally, but it is pending approval: https://plugins.gradle.org/plugin/org.openapi.generator

@jimschubert
Copy link
Member Author

/cc @wing328

openApiGenerator {
id = 'org.openapi.generator'
displayName = 'OpenAPI Generator Gradle Plugin'
tags = ['openapi-3.0', 'openapi-2.0', 'openapi', 'swagger', 'codegen', 'sdk']
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wasn't sure what tags to use here.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think those are good to start with and we always revise and add more later based on the feedback from the community.

@wing328
Copy link
Member

wing328 commented Mar 19, 2019

Looks good. Let's try it.

@wing328 wing328 added this to the 4.0.0 milestone Mar 19, 2019
@wing328 wing328 merged commit 93baa5d into master Mar 19, 2019
@wing328 wing328 deleted the gradle-plugin-portal branch March 19, 2019 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments