mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-04 08:09:00 +00:00
* Add setting for generating the oneOf interfaces as sealed interfaces * Generate samples * Add internal java17 additionalProperty setting * Move samples to highlight that they do not use the petstore * Align documentation * Update samples * Align documentation * Update mustache files and samples to change gradle settings to java17
22 lines
291 B
Plaintext
22 lines
291 B
Plaintext
*.class
|
|
|
|
# Mobile Tools for Java (J2ME)
|
|
.mtj.tmp/
|
|
|
|
# Package Files #
|
|
*.jar
|
|
*.war
|
|
*.ear
|
|
|
|
# exclude jar for gradle wrapper
|
|
!gradle/wrapper/*.jar
|
|
|
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
|
hs_err_pid*
|
|
|
|
# build files
|
|
**/target
|
|
target
|
|
.gradle
|
|
build
|