KRYSTALM7 commented on PR #5676: URL: https://github.com/apache/fineract/pull/5676#issuecomment-4162247902
Hi @adamsaghy,@airajena, I have re-run the required checks after updating the fix: 1. gradlew.bat spotlessApply spotbugsMain spotbugsTest checkstyleMain checkstyleTest 2. gradlew.bat --no-daemon build -x test -x cucumber -x doc Both commands completed successfully with a green build. <img width="1920" height="1080" alt="Screenshot (965)" src="https://github.com/user-attachments/assets/100c8ac4-f88f-4bd1-9583-2cb50d7497f4" /> <img width="1920" height="1080" alt="Screenshot (964)" src="https://github.com/user-attachments/assets/492791db-526e-4c2a-9466-d644312fcdbe" /> The fix adds `skipConfigs.set(['.*eclipse.*', '.*swt.*'])` to the `CyclonedxDirectTask` configuration in `build.gradle`, which excludes unresolvable Eclipse/SWT dependencies during SBOM generation and resolves the `IllegalStateException` for `org.eclipse.swt.${osgi.platform}`. Please let me know if any further changes are needed! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
