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
fix(config): update Java path validation for Windows
- Change Java executable name from 'java.exe' to 'javac.exe' for Windows
- Update corresponding Linux/Mac path from 'java' to 'javac'
ci: adjust platform matrix and project version
- Update platform matrix to use correct Go architecture for Windows aarch64
- Comment out project version for local running
- Remove unnecessary space in version default value
feat(scan): enhance JDK scanning with detailed statistics and progress
- Increase maximum directory depth from 3 to 5 subdirectories
- Implement optimized scan with statistics
- Display scanning progress and results- Add summary information including total time and new JDKs found
- Improve user feedback with more detailed output
docs: remove redundant release notes section from header
- Deleted the entire release notes section from the header template
- This change simplifies the header structure and removes unnecessary content