From f329f717d988bf2b09d02f1536c41c3162df994d Mon Sep 17 00:00:00 2001 From: api-librarian Date: Thu, 31 Jul 2025 20:07:43 +0000 Subject: [PATCH] Travis update: Jul 2025 (Build 942) [skip ci] --- .openapi-generator-ignore | 10 ++++++++++ .openapi-generator/FILES | 2 -- .travis.yml | 5 ----- 3 files changed, 10 insertions(+), 7 deletions(-) delete mode 100644 .travis.yml diff --git a/.openapi-generator-ignore b/.openapi-generator-ignore index 7484ee5..b96d583 100644 --- a/.openapi-generator-ignore +++ b/.openapi-generator-ignore @@ -1,3 +1,9 @@ +# IMPORTANT: this file is generated with the option `openapiGeneratorIgnoreList` enabled +# (--openapi-generator-ignore-list in CLI for example) so the entries below are pre-populated based +# on the input provided by the users and this file will be overwritten every time when the option is +# enabled (which is the exact opposite of the default behaviour to not overwrite +# .openapi-generator-ignore if the file exists). + # OpenAPI Generator Ignore # Generated by openapi-generator https://github.com/openapitools/openapi-generator @@ -21,3 +27,7 @@ #docs/*.md # Then explicitly reverse the ignore rule for a single file: #!docs/README.md + +# The following entries are pre-populated based on the input obtained via +# the option `openapiGeneratorIgnoreList` (--openapi-generator-ignore-list in CLI for example). +.travis.yml diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index b90d97d..a646479 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -1,7 +1,5 @@ .github/workflows/maven.yml .gitignore -.openapi-generator-ignore -.travis.yml README.md api/openapi.yaml build.gradle diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 7de5f42..0000000 --- a/.travis.yml +++ /dev/null @@ -1,5 +0,0 @@ -# -# Generated by OpenAPI Generator: https://openapi-generator.tech -# -# Ref: https://docs.travis-ci.com/user/languages/java/ -#