Diagnoses and repairs common Java and Gradle environment issues like unbound classpath containers and project configuration failures.
This skill allows Antigravity to diagnose and fix common Java/Gradle development environment issues.
mise or system defaults.When you detect build errors or IDE sync issues (e.g., in Eclipse or VS Code), you can run the provided diagnostic script.
The primary tool for this skill is the fix_gradle.sh script located in the scripts/ directory.
Command:
./scripts/fix_gradle.sh [project_dir] [--deep]
[project_dir]: Path to the Gradle project (defaults to current directory).--deep: Also clears the global Gradle cache (use with caution as it triggers a full re-download).fix_gradle.sh in the project root../gradlew build after the script completes.