Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .claude/skills/migrate-groovy-to-java/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Migrate test Groovy files to Java using JUnit 5
2. Convert Groovy files to Java using JUnit 5
3. Make sure the tests are still passing after migration and that the test count has not changed
4. Remove Groovy files
5. Add the migrated module path(s) to `.github/g2j-migrated-modules.txt`

When converting Groovy code to Java code, make sure that:
- The Java code generated is compatible with JDK 8
Expand Down
Loading