spring-security-samples
spring-security-samples copied to clipboard
Remove symlink files for libs.versions.toml in sub-sample projects
I specified the relative path of the root toml file in the settings.gradle file of each sub-example project.
This method ensures compatibility with non-Linux/UNIX OS environments where symbolic links are not available
The toml files in the following two examples are actual files, not symbolic links, so I excluded them:
- ./servlet/spring-boot/java/oauth2/resource-server/restclient/gradle/libs.versions.toml
- ./servlet/spring-boot/java/oauth2/restclient/gradle/libs.versions.toml
Related Issues
- #300