Commit 3b33384
Fix API tracker to use current Java version dynamically
Changed from hardcoded Java 24 to Runtime.version().feature() to support running on Java 21+
Co-authored-by: simbo1905 <[email protected]>1 parent ca84896 commit 3b33384
File tree
1 file changed
+3
-1
lines changed- json-java21-api-tracker/src/main/java/io/github/simbo1905/tracker
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| 334 | + | |
| 335 | + | |
334 | 336 | | |
335 | 337 | | |
336 | 338 | | |
337 | 339 | | |
338 | 340 | | |
339 | | - | |
| 341 | + | |
340 | 342 | | |
341 | 343 | | |
342 | 344 | | |
| |||
0 commit comments