Skip to content

Conversation

@apupier
Copy link

@apupier apupier commented Jan 20, 2026

it is still compiled with binary compatibility of 8 but Java 11 is required to do the build, otherwise there is this error:

[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile(default-compile)
on project swagger-codegen-generators: Fatal error compiling: invalid
flag: --release

Pull Request

Thank you for contributing to swagger-codegen-generators!

Please fill out the following checklist to help us review your PR efficiently.


Description

Fixes:

Type of Change

  • 🐛 Bug fix
  • ✨ New feature
  • ♻️ Refactor (non-breaking change)
  • 🧪 Tests
  • 📝 Documentation
  • 🧹 Chore (build or tooling)

Checklist

  • I have added/updated tests as needed
  • I have added/updated documentation where applicable
  • The PR title is descriptive
  • The code builds and passes tests locally
  • I have linked related issues (if any)

How to Test

Screenshots / Additional Context

it is still compiled with binary compatibility of 8 but Java 11 is
required to do the build, otherwise there is this error:

```
[ERROR] Failed to execute goal
org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile(default-compile)
on project swagger-codegen-generators: Fatal error compiling: invalid
flag: --release
```

Signed-off-by: Aurélien Pupier <apupier@ibm.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant