Skip to content

Fix Maven compiler plugin source/target version mismatch#4

Merged
abedurftig merged 1 commit intomainfrom
bug/smartfiles-w73-fix-maven-compiler-version
Jan 16, 2026
Merged

Fix Maven compiler plugin source/target version mismatch#4
abedurftig merged 1 commit intomainfrom
bug/smartfiles-w73-fix-maven-compiler-version

Conversation

@abedurftig
Copy link
Owner

Summary

  • Removed explicit source=22 and target=22 from maven-compiler-plugin configuration
  • Plugin now uses the properties maven.compiler.source=25 and maven.compiler.target=25

Issue

Fixes smartfiles-w73

Test plan

  • All 51 tests pass
  • Compiler output shows release 25 instead of release 22

🤖 Generated with Claude Code

Removed explicit source=22 and target=22 from maven-compiler-plugin
so it uses the properties (maven.compiler.source/target=25).

Fixes: smartfiles-w73

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@abedurftig abedurftig merged commit 9fe14fe into main Jan 16, 2026
1 check passed
@abedurftig abedurftig deleted the bug/smartfiles-w73-fix-maven-compiler-version branch January 16, 2026 20:17
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