rigd-loxia / builder-generator

Yet another builder generator. Primary style of this generator will be fluent wither, although other styles will be supported in the future. There is support for builder chaining.
Apache License 2.0
2 stars 2 forks source link

Upgrade compiler to java 17 or 21 #36

Open Zegveld opened 11 months ago

Zegveld commented 11 months ago

The compiler is currently set to java 11. Perhaps the target could still remain 11, but have the source become java 17 or 21. And also update the code to use the new features that have come available.