diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-13 23:55:48 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-13 23:55:48 +0300 |
| commit | 87ffc583e4ebc44dac55e6eb4497d49941e22ebb (patch) | |
| tree | a0ad5594c3ff486de064639215b0ae83a6b599e9 /pom.xml | |
| parent | 091cdf92af2a3cb361769f2b8f274f9500b166c3 (diff) | |
Update Java version requirement to JDK 21
- Bump Maven compiler properties from Java 11 to 21 in pom.xml
- Update README.md to require Java 21 or higher
- Modernize installation examples to use Java 21
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12,7 +12,7 @@ <description>Distributed Systems Simulator - A modern Java-based simulator for distributed systems</description> <properties> - <java.version>11</java.version> + <java.version>21</java.version> <maven.compiler.source>${java.version}</maven.compiler.source> <maven.compiler.target>${java.version}</maven.compiler.target> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
