Skip to content

Cleanup and remove deprecated compiler flags#89

Merged
bdemers merged 1 commit into
masterfrom
compile-plugin-cleanup
Jun 7, 2023
Merged

Cleanup and remove deprecated compiler flags#89
bdemers merged 1 commit into
masterfrom
compile-plugin-cleanup

Conversation

@bdemers
Copy link
Copy Markdown
Member

@bdemers bdemers commented Jun 6, 2023

  • target and source versions are defined in the parent pom as 1.8
  • changes the encoding of the compiled classes to UTF-8 (to match other project output)
  • optimize is deprecated, and is now a no-op
  • showDeprecations should not have the trailing s

- `target` and `source` versions are defined in the parent pom as 1.8
- changes the `encoding` of the compiled classes to UTF-8 (to match other project output)
- `optimize` is deprecated, and is now a no-op
@bdemers bdemers merged commit f09d91d into master Jun 7, 2023
@bdemers bdemers deleted the compile-plugin-cleanup branch June 7, 2023 14:11
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.

2 participants