spring-security-samples icon indicating copy to clipboard operation
spring-security-samples copied to clipboard

Remove symlink files for libs.versions.toml in sub-sample projects

Open fp024 opened this issue 1 year ago • 0 comments

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

fp024 avatar Oct 23 '24 19:10 fp024