How to include the client from openapi-generator in a gradle java application?
问题 I want to create a gradle java application that generates a client from an openAPI specification file and uses that client. So I created a java application with gradle init (type:application, language:Java, DSL:groovy, test-framework:Junit Jupiter, project-name:simple-java-app, package-structure: a.aa ). Small example of what works: I can create a new source folder second/loc/src/main/java with a package b.bb and a class Foo . And with the following build.gradle plugins { id 'java' id