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
  • #12303
Closed
Open
Issue created May 06, 2022 by Administrator@rootContributor

[REQ] Switch Gradle plugin to use the File Provider API for Inputs/Outputs

Created by: mcwhitak

Right now the Gradle plugin relies on all of it's Input and Output properties as Strings, even those that are representing file paths.

While users can convert from properties of Files -> String and Strings -> Files it can be very cumbersome, and doesn't lend itself well with connecting the inputs/outputs of the Generate task with other tasks.

This feature request is to change the GenerateTask.kt file to use the following properties instead of Property<String> for file based input/outputs.

RegularFileProperty DirectoryProperty

Assignee
Assign to
Time tracking