You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: agent-plugins/modern-java-development/skills/modern-java/SKILL.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
name: modern-java
3
3
description: Detects a project's effective Java version and provides release-appropriate guidance for writing, reviewing, refactoring, upgrading, and modernizing Java code. Use for Java implementation, architecture, code review, build configuration, migration, performance, concurrency, testing, or API design tasks.
4
4
license: MIT
5
-
compatibility: Requires Python 3 to run the bundled detector; an agent may inspect the same project files directly when Python is unavailable.
5
+
compatibility: Requires a Java 8 or newer runtime to run the bundled detector.
6
6
metadata:
7
7
author: "@brunoborges"
8
8
version: "1.0.0"
@@ -18,8 +18,16 @@ features or APIs the build accepts.
0 commit comments