Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • O openapi-generator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,476
    • Issues 3,476
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 402
    • Merge requests 402
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • OpenAPI Tools
  • openapi-generator
  • Issues
  • #4535
Closed
Open
Issue created Nov 18, 2019 by Administrator@rootContributor

[REQ] [JAVA] Update Gradle used in generated projects

Created by: tobymurray

Is your feature request related to a problem? Please describe.

The version of Gradle used in generated Java projects is ~3 years out of date, but more importantly Gradle has changed dramatically in that time. The syntax used has evolved and the features available have improved. Using the current version in the generated projects (Gradle 2) is extremely limiting when it comes to adding things by overriding the templates.

Describe the solution you'd like

Upgrade Gradle to the latest version feasible

Describe alternatives you've considered

  • Work around the issues outside of the generated project (works but it sucks)
  • Upgrade Gradle in templates and override the old version (works but doesn't help community)
Assignee
Assign to
Time tracking