sandynz commented on issue #14878: URL: https://github.com/apache/shardingsphere/issues/14878#issuecomment-1088365620
Tries 3 new ways to resolve it, all of them don't work. 1, Use formal spring and boot version, and also make them match. From ``` <springframework.version>[4.3.6.RELEASE,5.0.0.M1)</springframework.version> <spring-boot.version>[1.5.20.RELEASE,2.0.0.M1)</spring-boot.version> ``` To ``` <springframework.version>[4.3.23.RELEASE,5.0.13.RELEASE]</springframework.version> <spring-boot.version>[1.5.20.RELEASE,2.0.9.RELEASE]</spring-boot.version> ``` 2, Add `-nsu` (--no-snapshot-updates) in `mvn` option. 3, Add `overwrite-settings: false` in `actions/setup-java, with` properties. -- 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: notifications-unsubscr...@shardingsphere.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org