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
  • #200
Closed
Open
Issue created Jun 01, 2018 by Administrator@rootContributor

Move the build to gradle?

Created by: jmini

As discussed in #162, our builds gets more and more complex and takes to long on small hardware.

If we switch to gradle:

  • Build time will be improved (gradle is built to be more performant and to build only changes)
  • We can remove the maven-calls-graddle workaround used to build openapi-generator-gradle-plugin
  • We benefit for all improvements made in the build tooling area (maven does not evolve that much)
  • Optionally, if we find a server to host "Build cache" similar to what Gradle Enterprise provides, we can also leverage this technology. Maybe bintray can be used, it is free for Open Source. I found an article about using Artifactory as distributed build cache. Bintray is a sort of managed Artifactory from the same software editor. Features are similar.
Assignee
Assign to
Time tracking