autoconfigure-gradle-plugin
autoconfigure-gradle-plugin copied to clipboard
This Gradle plugin is an opinionated approach to configure a Gradle project automatically by convention. It supports to automatically configure various plugins to reduce boilerplate code in Gradle pro...
The JavaLibraryPlugin must not be applied for project/module that is creating an executable artifact
By default the JavaLibraryPlugin is applied to all modules (the project). The JavaLibraryPlugin only should be applied when producing a shareable library JAR. For an executable artifact it is sufficient...
Hi, is it possible to use the new OpenAPI 3.0 (io.swagger.core.v3) package to generate a yaml file containing the api documentation?
The integration of the [`org.springdoc:springdoc-openapi-gradle-plugin`](https://github.com/springdoc/springdoc-openapi-gradle-plugin) Plugin runs into a problem while publishing an artifact. Running the `clfGenerateOpenApiDocumentation` task and therefore the `generateOpenApiDocs` task on their own works without issues. But...
As we are now using the concept a `Plugin` with the `AutoConfigureSettingsPlugin` that opens some new possibilities we should consider. The current architecture has some flaws: * All third-party-plugins (Kotlin,...
Openapi generator is a [fork of swagger codegen](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/qna.md) from the founding members. It supports more clients per default instead of via [another extension repo](https://github.com/swagger-api/swagger-codegen-generators). Maybe consider switching to it/set it...
The task 'clfGenerateSwaggerDocumentation' uses the installed jdk instead of the one configured with the javaToolchain. Because of that the generation fails if the installed jdk is older then the one...
Upgrade dependencies. Especially upgrading to Kotlin 2.0
### Description I'm currently setting up a java project with the autoconfigure-gradle-plugin. When building the application, the gradle task `compileTestJava` complains because it cannot find a class which is used...