From bcd1bc2691e782b9b4f20bd55f617b4852291284 Mon Sep 17 00:00:00 2001 From: Sarah Chen Date: Fri, 8 May 2026 09:40:38 -0400 Subject: [PATCH] Remove outdated file from skill --- .claude/skills/migrate-groovy-to-java/SKILL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.claude/skills/migrate-groovy-to-java/SKILL.md b/.claude/skills/migrate-groovy-to-java/SKILL.md index c08c85ba296..71a197a5413 100644 --- a/.claude/skills/migrate-groovy-to-java/SKILL.md +++ b/.claude/skills/migrate-groovy-to-java/SKILL.md @@ -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